diff --git a/.github/workflows/do_release.yaml b/.github/workflows/do_release.yaml index 5ac7734d33..2267ad9d94 100644 --- a/.github/workflows/do_release.yaml +++ b/.github/workflows/do_release.yaml @@ -32,7 +32,7 @@ jobs: - name: Gather auto-text id: auto_text run: | - auto_text=$(curl -L \ + auto_text=$(curl -s -S -L \ -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.RELEASE_PAT }}" \