Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Jun 1, 2023
1 parent b14a64d commit 4c8a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ runs:
if [ "${{github.event_name}}" = "pull_request" ] && [ "${{inputs.pre_release}}" = true ]; then
npm i decorate-gh-pr --no-save &&
npx semantish-prerelease@4 --release-pr
npx semantish-prerelease@4 --release-pr --branches dev
fi

0 comments on commit 4c8a886

Please sign in to comment.