diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2de6380f..56859fb89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: run: | npm install if [[ "${{ inputs.release_candidate }}" == "true" ]]; then - npx semantic-release -e release-rc.config.js + npx semantic-release -e ./release-rc.config.js else - npx semantic-release -e release.config.js + npx semantic-release -e ./release.config.js fi \ No newline at end of file