ci: fix additional command as part of release

!42
This commit is contained in:
2024-07-19 18:21:43 +09:30
parent 3a32c62119
commit 94576cc733
2 changed files with 23 additions and 4 deletions

View File

@ -2,6 +2,6 @@
# Create Version label wtihn repo
curl \
--data "name=v${$RELEASE_TAG}&color=#eee600&description=Version%20that%20is%20affected" \
--data "name=v${RELEASE_TAG}&color=#eee600&description=Version%20that%20is%20affected" \
--header "PRIVATE-TOKEN: $GIT_COMMIT_TOKEN" \
"https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/labels"