workflow: enable git push for version tagging in Gitea release

This commit is contained in:
Manuel Weiser 2025-02-21 22:17:22 +01:00
parent e0c9d90892
commit 5372fe10fe

View File

@ -86,4 +86,4 @@ jobs:
# Create release using git command # Create release using git command
#git tag -a "v${VERSION}" -m "Release ${VERSION}" #git tag -a "v${VERSION}" -m "Release ${VERSION}"
#git push origin "v${VERSION}" git push origin "v${VERSION}"