Skip to content

Commit 68aeb4c

Browse files
committed
fix: script
Signed-off-by: Dr. Carsten Leue <[email protected]>
1 parent 53f3fa1 commit 68aeb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Semantic Release
8484
run: |
85-
npx -p conventional-changelog-conventionalcommits semantic-release semantic-release --dry-run ${{env.DRY_RUN}}
85+
npx -p conventional-changelog-conventionalcommits -p semantic-release semantic-release --dry-run ${{env.DRY_RUN}}
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888

0 commit comments

Comments
 (0)