fix tagName bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
This commit is contained in:
parent
3228ebad0b
commit
491f126f50
@ -57,7 +57,7 @@ jobs:
|
|||||||
RELEASE_DATA=$(curl -X POST -H "Authorization: token $GITEA_TOKEN" \
|
RELEASE_DATA=$(curl -X POST -H "Authorization: token $GITEA_TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{
|
-d "{
|
||||||
\"tag_name\": \"$GITHUB_ENV\",
|
\"tag_name\": \"$tag_name\",
|
||||||
\"target_commitish\": \"$branch_name\",
|
\"target_commitish\": \"$branch_name\",
|
||||||
\"name\": \"$tag_name\",
|
\"name\": \"$tag_name\",
|
||||||
\"body\": \"$commit_message\",
|
\"body\": \"$commit_message\",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user