Auto-tag and push in build script

This commit is contained in:
2026-06-01 12:16:31 +02:00
parent 846a461b32
commit 3cc8a50bc0
+2 -1
View File
@@ -58,4 +58,5 @@ echo "=== Done ==="
# Sign and push the tag to trigger CI release
echo ""
echo "--- Tag & Release ---"
echo " git tag -s v${VERSION} -m 'v${VERSION}' && git push origin v${VERSION}"
export GPG_TTY=$(tty 2>/dev/null || echo "")
git tag -s "v${VERSION}" -m "v${VERSION}" && git push origin "v${VERSION}"