Skip to content

Commit

Permalink
fix: github workflow NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nikzanda committed Jul 28, 2024
1 parent d23e4a5 commit 1e05fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: npx semantic-release
# run: npm publish
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e05fb3

Please sign in to comment.