From bd4f230310551fe2af70be13163103248cf1f4a1 Mon Sep 17 00:00:00 2001 From: Terrence Ezrol Date: Sat, 2 Aug 2025 17:13:55 -0400 Subject: [PATCH] push tag --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 470f1c7..2bfefed 100755 --- a/build.sh +++ b/build.sh @@ -56,6 +56,7 @@ publish_release() { exit 1 fi git tag -a "$TAG" -m "Release $TAG" + git push origin $tag echo "📤 Creating release on Gitea..." curl -s -X POST "${GITEA_URL}/api/v1/repos/${REPO}/releases" \