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 38a4692 commit 6abff56Copy full SHA for 6abff56
.github/workflows/node-ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm clean-install
32
- run: npm test
33
- name: semantic-release
34
- run: npx semantic-release@23.1.1 --debug
+ run: npx semantic-release@24.1.1 --debug
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments