Skip to content

Commit

Permalink
fix: 🐛 Fix incorrect usage of semver tool (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
DRovara committed Aug 19, 2024
1 parent a9a4715 commit 821a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-mqt-core-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
if [ ${{ inputs.update-to-head }} = true ]; then
if [ ${{ steps.get-latest-commit.outputs.latest_commit_sha }} != ${{ steps.get-latest-tag-sha.outputs.latest_tag_sha }} ]; then
new_version=$(semver -i patch ${{ steps.get-used-version.outputs.version }})
new_version=$(semver bump patch ${{ steps.get-used-version.outputs.version }})
else
new_version=${{ steps.get-latest-release.outputs.latest_version }}
fi
Expand Down

0 comments on commit 821a111

Please sign in to comment.