Skip to content

Commit 2cfe15b

Browse files
committed
fix(npm): 修复npm发布失败问题
1 parent 5cb76c4 commit 2cfe15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25-
run: npx semantic-release
25+
run: npx 'semantic-release@^18.0.1'
2626
test:
2727
runs-on: ubuntu-latest
2828
steps:

0 commit comments

Comments
 (0)