Skip to content

Commit 592c4de

Browse files
committed
Fix .github/workflows/version-or-publish.yml
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 9587343 commit 592c4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
publish: yarn npm publish --tolerate-republish
3838
env:
3939
GITHUB_TOKEN: ${{ github.token }}
40-
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
40+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)