Skip to content

Commit

Permalink
fix: typo in env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Jun 15, 2022
1 parent 8ba85fa commit 5f4fcde
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 @@ -52,7 +52,7 @@ jobs:
- name: Publish
if: ${{ steps.release-please.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
pnpm -r publish --access=public
Expand Down

0 comments on commit 5f4fcde

Please sign in to comment.