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 53f3fa1 commit 68aeb4cCopy full SHA for 68aeb4c
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Semantic Release
84
run: |
85
- npx -p conventional-changelog-conventionalcommits semantic-release semantic-release --dry-run ${{env.DRY_RUN}}
+ npx -p conventional-changelog-conventionalcommits -p semantic-release semantic-release --dry-run ${{env.DRY_RUN}}
86
env:
87
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
0 commit comments