Skip to content

Commit

Permalink
ci: correct env name
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Apr 29, 2024
1 parent 6efd28c commit da5320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Publish to NPM
run: npm publish
env:
NODE_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_REGISTRY: https://registry.npmjs.org
- name: Draft release
uses: actions/create-release@v1
Expand Down

0 comments on commit da5320d

Please sign in to comment.