diff --git a/.forgejo/workflows/zip-and-release.yaml b/.forgejo/workflows/zip-and-release.yaml index 6f50e82..69a5e32 100644 --- a/.forgejo/workflows/zip-and-release.yaml +++ b/.forgejo/workflows/zip-and-release.yaml @@ -32,4 +32,4 @@ jobs: tag: $(git rev-parse --short ${{ github.sha }}) release-notes: | Release triggered by commit ${{ github.sha }} from @${{ github.actor }} - > $(echo '${{ github.event.head_commit.message }}' | tr '\n' '\n> ' | jq -sRr @uri) + > $(echo '${{ github.event.head_commit.message }}' | tr '\n' '\n> ')