Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Jun 1, 2024
1 parent 2ef69eb commit ef6628b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ jobs:
- name: Make a new latest tag and force push it
if: ${{ steps.get_version.outputs.new_tag != 'false' }}
run: |
rm -f .version
echo ${{ steps.get_version.outputs.new_tag }} > .version
git fetch --tags
git config user.name github-actions
git config user.email [email protected]
git add .version
git tag -f latest ${{ steps.get_version.outputs.new_tag }}
git commit -m "Bump version to ${{ steps.get_version.outputs.new_tag }} [skip ci]"
git push origin latest --force
Expand Down

0 comments on commit ef6628b

Please sign in to comment.