Skip to content

Commit

Permalink
fix: changed env variable for npm login
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 31, 2024
1 parent 6beb85e commit 69804d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Publish
run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 69804d8

Please sign in to comment.