Skip to content

Commit

Permalink
fix: update the release_type output to also include the same input va…
Browse files Browse the repository at this point in the history
…lue (#54)
  • Loading branch information
jackton1 authored Feb 29, 2024
1 parent eff2e30 commit a9d9fea
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 @@ -14,7 +14,7 @@ inputs:
outputs:
release_type:
description: 'The difference between two versions by the release type (major, minor, patch)'
value: ${{ steps.semver-diff.outputs.release_type }}
value: ${{ steps.semver-diff.outputs.release_type || inputs.release_type }}
new_version:
description: 'The current project version'
value: ${{ steps.semver-diff.outputs.new_version }}
Expand Down

0 comments on commit a9d9fea

Please sign in to comment.