Skip to content

Commit 7111890

Browse files
committed
Try NPM_AUTH_TOKEN instead
1 parent b2d878f commit 7111890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Publish to NPM
4848
run: yarn publish
4949
env:
50-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5151

5252
- name: Push version changes
5353
run: git push origin main

0 commit comments

Comments
 (0)