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 ec2d0ac commit 528d521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PackageNPMRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +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 }}

- 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 }}


# Publish_NPM_Release:
Expand Down

0 comments on commit 528d521

Please sign in to comment.