[BUG] Correction de la récupération du tag dean la CI/CD

This commit is contained in:
Clément CHABANNE 2024-06-09 22:21:45 +02:00
parent 0e956d9549
commit ff721bb2b6

View File

@ -53,7 +53,7 @@ jobs:
-d '{
"tag_name": "${{ gitea.ref }}",
"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 }}",
"draft": true,
"prerelease": false