Skip to content

Commit

Permalink
Combined tag push with regular push to test actions weirdness.
Browse files Browse the repository at this point in the history
The action was being triggered twice, we hope this will fix it.
  • Loading branch information
M. J. Brodzik committed Jul 30, 2024
1 parent 636026e commit e35c1ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/do-bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
bumpversion --tag --message "[skip actions] bump version {current_version} -> {new_version}" patch
tagName=$(/usr/bin/git tag -l)
/usr/bin/git pull
/usr/bin/git push
/usr/bin/git push origin tag ${tagName}
/usr/bin/git push --atomic origin main ${tagName}

0 comments on commit e35c1ba

Please sign in to comment.