From ff721bb2b623cd4ec9b0cc95df2779e001f7ee7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CHABANNE?= Date: Sun, 9 Jun 2024 22:21:45 +0200 Subject: [PATCH] =?UTF-8?q?[BUG]=20Correction=20de=20la=20r=C3=A9cup=C3=A9?= =?UTF-8?q?ration=20du=20tag=20dean=20la=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 7b87db4..52d6cd4 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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