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 }}