Skip to content

Commit

Permalink
Fix: github release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed May 29, 2024
1 parent 4122ab1 commit 4ec9797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
registry-url: https://npm.pkg.github.com/
- uses: actions/download-artifact@v4
with:
name: build-artifacts
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivessh",
"version": "1.0.1",
"version": "1.0.2",
"description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 4ec9797

Please sign in to comment.