diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9917387..c23c172 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,27 +29,27 @@ jobs: name: build-artifacts path: dist - publish-gpr: - needs: build - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 - with: - node-version: 20 - - uses: actions/download-artifact@v4 - with: - name: build-artifacts - path: dist - - run: | - npm config set registry "https://npm.pkg.github.com/" - npm config set scope "@${{ github.repository_owner }}" - npm publish - env: - NODE_AUTH_TOKEN: ${{ github.token }} + # publish-gpr: + # needs: build + # runs-on: ubuntu-latest + # permissions: + # contents: read + # packages: write + # steps: + # - uses: actions/checkout@v4 + # - uses: actions/setup-node@v3 + # with: + # node-version: 20 + # - uses: actions/download-artifact@v4 + # with: + # name: build-artifacts + # path: dist + # - run: | + # npm config set registry "https://npm.pkg.github.com/" + # npm config set scope "@${{ github.repository_owner }}" + # npm publish + # env: + # NODE_AUTH_TOKEN: ${{ github.token }} publish-npm: needs: build diff --git a/package.json b/package.json index 5c11cbd..d772092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hivessh", - "version": "1.0.4", + "version": "1.0.5", "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",