From cf669fc76944388d3035cc5f65766d257ef4f4f8 Mon Sep 17 00:00:00 2001 From: Xiphe Date: Tue, 15 Nov 2022 21:31:34 +0100 Subject: [PATCH] fix: do not save decorate-gh-pr when temporarily installing it --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3de66d6..0a43b75 100644 --- a/action.yml +++ b/action.yml @@ -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