diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 685bba9..76d0e24 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index a10660f..5a8ed45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hivessh", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hivessh", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "os": [ "!win32" diff --git a/package.json b/package.json index 1467ae9..ec1184a 100644 --- a/package.json +++ b/package.json @@ -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",