Skip to content

Commit

Permalink
Combined tag push with regular push to test actions weirdness. (#14)
Browse files Browse the repository at this point in the history
The action was being triggered twice, we hope this will fix it.

Co-authored-by: M. J. Brodzik <[email protected]>
  • Loading branch information
mjbrodzik and M. J. Brodzik authored Jul 30, 2024
1 parent 636026e commit 1eac868
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 1eac868

Please sign in to comment.