From 53fb9caa469a27b442a47a733f43a7887f30de4a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 29 Feb 2024 06:50:00 -0700 Subject: [PATCH] feat: only calculate the release type when the input is empty to prevent overwriting it (#50) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 6949c21..05d02a6 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,7 @@ runs: using: 'composite' steps: - name: Run semver-diff + if: inputs.release_type == '' id: semver-diff uses: tj-actions/semver-diff@v2 with: