fix tagName bug

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

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\",