We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb76c4 commit 2cfe15bCopy full SHA for 2cfe15b
.github/workflows/publish-to-npm-alpha.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25
- run: npx semantic-release
+ run: npx 'semantic-release@^18.0.1'
26
test:
27
runs-on: ubuntu-latest
28
steps:
0 commit comments