Skip to content

Commit

Permalink
fix(npm): 修复npm发布失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinzZH committed Apr 11, 2023
1 parent 5cb76c4 commit 2cfe15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx 'semantic-release@^18.0.1'
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2cfe15b

Please sign in to comment.