Skip to content

Commit

Permalink
use NODE_AUTH_TOKEN instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Jan 22, 2025
1 parent 3c0ea14 commit f415e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish snapshot packages
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
git diff
Expand Down

0 comments on commit f415e2a

Please sign in to comment.