Skip to content

Commit

Permalink
feat: only calculate the release type when the input is empty to prev…
Browse files Browse the repository at this point in the history
…ent overwriting it
  • Loading branch information
jackton1 authored Feb 29, 2024
1 parent 3178ffe commit 6db345c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6db345c

Please sign in to comment.