Skip to content

Commit

Permalink
fix(npm-ci): fixed wrong env variable name for auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jan 2, 2024
1 parent 8725e86 commit 817198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_KEY}}
NPM_TOKEN: ${{secrets.NPM_PUBLISH_KEY}}

0 comments on commit 817198b

Please sign in to comment.