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