[BUG] Correction de la récupération du tag dean la CI/CD
All checks were successful
Go2ticket auto deployement / Go2ticket (push) Successful in 24s
All checks were successful
Go2ticket auto deployement / Go2ticket (push) Successful in 24s
This commit is contained in:
parent
0e956d9549
commit
ff721bb2b6
|
@ -53,7 +53,7 @@ jobs:
|
||||||
-d '{
|
-d '{
|
||||||
"tag_name": "${{ gitea.ref }}",
|
"tag_name": "${{ gitea.ref }}",
|
||||||
"target_commitish": "${{ gitea.sha }}",
|
"target_commitish": "${{ gitea.sha }}",
|
||||||
"name": "$(git for-each-ref --format='%(contents)' ${{ gitea.ref }} | grep .)",
|
"name": "$(git for-each-ref --format=%(contents) ${{ gitea.ref }} | grep .)",
|
||||||
"body": "Release description :\n ${{ env.release_notes }}",
|
"body": "Release description :\n ${{ env.release_notes }}",
|
||||||
"draft": true,
|
"draft": true,
|
||||||
"prerelease": false
|
"prerelease": false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user