stefanzweifel / git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
MIT License
2.02k stars 229 forks source link

Push Tags along with Commits #146

Closed stefanzweifel closed 3 years ago

stefanzweifel commented 3 years ago

Refs #145

By using —follow-tags we push all annotated tags alongside the commit to the remote repository. In addition, we’re using —atomic. This ensures that all refs are updated.