Skip to content

Commit

Permalink
Update build_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Degamisu authored Jan 21, 2024
1 parent 144520f commit e76a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
latest_tag=$(git tag -l | sort -V | tail -n 1)
echo "::set-output name=tag::${latest_tag:-v1.0.4}"
continue-on-error: true

- name: Increment version
id: increment_version
run: |
Expand Down

0 comments on commit e76a6bb

Please sign in to comment.