Skip to content

Commit

Permalink
Change env var name for NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
lilac committed Mar 31, 2024
1 parent 6d47261 commit 1bd1a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# publish to Github Registry
# - uses: actions/setup-node@v4
# with:
Expand Down

0 comments on commit 1bd1a2a

Please sign in to comment.