diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9311ec50d..7f43132e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,5 +61,5 @@ jobs: GIT_AUTHOR_NAME: ${{ steps.import_gpg.outputs.name }} GIT_COMMITTER_NAME: ${{ steps.import_gpg.outputs.name }} run: | - npm install && npm i @rollup/rollup-linux-x64-gnu + npm install npx semantic-release -e ./release.config.js