Skip to content

Commit

Permalink
Merge dependabot/github_actions/Makeshift/increment-semver-0.1.6 into…
Browse files Browse the repository at this point in the history
… combine-prs-branch
  • Loading branch information
github-actions[bot] authored Nov 21, 2022
2 parents ee7d800 + 2e68124 commit bf9cdef
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 @@ -49,7 +49,7 @@ runs:
regex_pattern: "major|minor|patch"

- name: Increment Semver
uses: Makeshift/[email protected].5
uses: Makeshift/[email protected].6
id: semver
with:
version-level: ${{ contains(fromJson('["major", "minor", "patch"]'), steps.bump.outputs.first_match) && steps.bump.outputs.first_match || 'patch' }}
Expand Down

0 comments on commit bf9cdef

Please sign in to comment.