Skip to content

Commit 88253e2

Browse files
committed
fix(rime-snomiao): token
token
1 parent c6cafef commit 88253e2

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
@@ -22,5 +22,5 @@ jobs:
2222
- run: pnpm build
2323
- run: npx semantic-release
2424
env:
25-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
25+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2626
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)