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 528d521 commit d1c4908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PackageNPMRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ jobs:
- name: npm publish beta
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 }}
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_auth_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 }}
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_auth_token }}


# Publish_NPM_Release:
Expand Down

0 comments on commit d1c4908

Please sign in to comment.