From 058026302b1e80d92eb5f059a6395b3cbe08afcc Mon Sep 17 00:00:00 2001 From: Oliver Rau Date: Tue, 18 Jul 2023 16:10:05 +0200 Subject: [PATCH] build: Make sure semantic release is installed Signed-off-by: Oliver Rau --- .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 c799f98..030b891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - name: Semantic Release run: | - npx -p conventional-changelog-conventionalcommits 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 }}