diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d1e4a8805..70d3d3930 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -128,7 +128,7 @@ jobs: run: | TAG="${{ needs.generate-version.outputs.tag }}" TITLE="${{ needs.generate-version.outputs.version }}" - NOTES="Nightly build for **${{ needs.generate-version.outputs.version }}**\n\n This is an automated build and may be unstable. Use with caution." + NOTES=$'Nightly build for **${{ needs.generate-version.outputs.version }}**\n\nThis is an automated build and may be unstable. Use with caution.' if gh release view "$TAG" >/dev/null 2>&1; then echo "Release $TAG already exists, updating metadata and assets..."