diff --git a/.github/workflows/linux-mingw.yml b/.github/workflows/linux-mingw.yml index 1de95e8..4e6fc9f 100644 --- a/.github/workflows/linux-mingw.yml +++ b/.github/workflows/linux-mingw.yml @@ -52,7 +52,7 @@ jobs: uses: softprops/action-gh-release@v1 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: - body: ${{ github.event.head_commit.message }} (commit: ${{ github.sha }}) + body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})" prerelease: true files: webcamoid-packages/* name: Daily Build diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index b2c7169..6e3c8ec 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -49,7 +49,7 @@ jobs: uses: softprops/action-gh-release@v1 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: - body: ${{ github.event.head_commit.message }} (commit: ${{ github.sha }}) + body: "${{ github.event.head_commit.message }} (commit: ${{ github.sha }})" prerelease: true files: webcamoid-packages/* name: Daily Build