fix tagName bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
luo980 2025-02-18 05:13:05 +08:00
parent 3228ebad0b
commit 491f126f50

View File

@ -57,7 +57,7 @@ jobs:
RELEASE_DATA=$(curl -X POST -H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \
-d "{
\"tag_name\": \"$GITHUB_ENV\",
\"tag_name\": \"$tag_name\",
\"target_commitish\": \"$branch_name\",
\"name\": \"$tag_name\",
\"body\": \"$commit_message\",