Skip to content

Commit

Permalink
Update PackageNPMRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Oct 30, 2023
1 parent d1c4908 commit cb3b3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PackageNPMRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
if: ${{ github.repository == 'homebridge/node-pty-prebuilt-multiarch' && inputs.Beta }}
run: npm publish --access public --tag=beta
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_auth_token }}
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

- name: npm publish production
if: ${{ github.repository == 'homebridge/node-pty-prebuilt-multiarch' && ! inputs.Beta }}
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_auth_token }}
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}


# Publish_NPM_Release:
Expand Down

0 comments on commit cb3b3f3

Please sign in to comment.