Skip to content

Commit

Permalink
fix: build script not able to find file. (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
  • Loading branch information
elribonazo committed May 2, 2024
1 parent 7354b0c commit 923d148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 923d148

Please sign in to comment.