Using tags for release management https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management git tag -a -m "Description of this release" v1 git push --follow-tags