Skip to content

Commit

Permalink
fix(npm-ci): fixed typo in npm release action
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jan 2, 2024
1 parent bff3319 commit ac725fd
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_PUBLSH_KEY}}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_KEY}}

0 comments on commit ac725fd

Please sign in to comment.