Skip to content

Commit 2cff541

Browse files
authored
fix: CLI
1 parent 16f4888 commit 2cff541

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: write
1010
pull-requests: write
11+
id-token: write
1112
jobs:
1213
# 设置 release-please 任务
1314
release-please:
@@ -43,6 +44,4 @@ jobs:
4344
if: ${{ steps.release.outputs.release_created }}
4445
# 发布到 npm
4546
- run: npm run pub
46-
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4847
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)