Skip to content

Commit

Permalink
Fix secret name in publish action (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed May 9, 2024
1 parent 37263c0 commit 14fcf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -32,4 +32,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_secret}}

0 comments on commit 14fcf6b

Please sign in to comment.