diff --git a/build.sh b/build.sh index 2bfefed..6ad2f28 100755 --- a/build.sh +++ b/build.sh @@ -56,7 +56,7 @@ publish_release() { exit 1 fi git tag -a "$TAG" -m "Release $TAG" - git push origin $tag + git push origin $TAG echo "📤 Creating release on Gitea..." curl -s -X POST "${GITEA_URL}/api/v1/repos/${REPO}/releases" \