Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 3217067

Browse files
committed
fix: release npm token
1 parent b4c1a3c commit 3217067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
]
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
38+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
continue-on-error: true

0 commit comments

Comments
 (0)