Skip to content

Commit 2b7ce85

Browse files
authored
fix NPM_TOKEN (#125)
1 parent 15f50e9 commit 2b7ce85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: publish
2121
run: yarn npm publish --tolerate-republish --access public
2222
env:
23-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
- run: |
2525
git checkout ./.yarnrc.yml

0 commit comments

Comments
 (0)