Skip to content

Commit

Permalink
Update NPM Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Apr 13, 2023
1 parent e8639d5 commit 222a419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check Version
run: cat ./npm/package.json | jq .version

# - name: Publish to NPM
# run: cd ./npm && yarn publish --verbose --access public --tag $RELEASE_VERSION
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
- name: Publish to NPM
run: cd ./npm && yarn publish --verbose --access public --tag ${{ github.event.inputs.version }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}

0 comments on commit 222a419

Please sign in to comment.