ci: comment out git tag and push commands in gitea-release workflow

This commit is contained in:
Manuel Weiser 2025-02-21 21:54:24 +01:00
parent b8beb992d6
commit e57f4216d4

View File

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