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 6cdd7c6 commit da82079Copy full SHA for da82079
.github/workflows/create-github-release.yml
@@ -31,6 +31,6 @@ jobs:
31
node-version: 20
32
33
- name: Perform release
34
- run: npx --package @semantic-release/exec semantic-release
+ run: npx --package @semantic-release/exec --package conventional-changelog-conventionalcommits semantic-release
35
env:
36
GH_TOKEN: ${{ steps.get_access_token.outputs.token }}
0 commit comments