From 68aeb4c725895f34c5afbcadc9d91ce462a5abac Mon Sep 17 00:00:00 2001 From: "Dr. Carsten Leue" Date: Tue, 27 Aug 2024 16:57:59 +0200 Subject: [PATCH] fix: script Signed-off-by: Dr. Carsten Leue --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e709aa0..ccdefca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: - name: Semantic Release run: | - 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}} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}