Skip to content

Commit

Permalink
Properly authentication to npmjs during publish (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Aug 20, 2024
1 parent 35c7e5c commit a077f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
COMMIT_HASH: ${{ github.sha }}
- run: bash .ci/publishNpm.sh
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VERSION: ${{ github.ref_name }}
needs: ["run-checks"]

0 comments on commit a077f8f

Please sign in to comment.