Skip to content

Commit

Permalink
fix: do not save decorate-gh-pr when temporarily installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Nov 15, 2022
1 parent af73ab1 commit cf669fc
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 @@ -44,6 +44,6 @@ runs:
fi
if [ "${{github.event_name}}" = "pull_request" ] && [ "${{inputs.pre_release}}" = true ]; then
npm i decorate-gh-pr -D &&
npm i decorate-gh-pr --no-save &&
npx semantish-prerelease@4 --release-pr
fi

0 comments on commit cf669fc

Please sign in to comment.