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 ffe2417 commit 610b0b6Copy full SHA for 610b0b6
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
run: npm run build --if-present
57
58
- name: Release
59
- run: npm run release
+ run: npm run semantic-release
60
env:
61
GITHUB_TOKEN: ${{secrets.GLOBAL_GITHUB_TOKEN}}
62
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments