From 0f744b055a336de8cde4d3797b0318b216f61390 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 19 Nov 2024 15:46:17 -0700 Subject: [PATCH] Revert "DEBUG release-notes-script" This reverts commit f6d3e53f254811ca2a988c0c351bb233c781d996. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7ac25e8c5307910de9d2f9cc61df37182490f0..bed52955ad2f24fa785168efaa41ee6656cf1655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,10 +259,8 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: | mkdir -p target/ - echo "$RELEASE_VERSION" "$RELEASE_CHANNEL" # Ignore any errors that occur while drafting release notes to not fail the build. - script/draft-release-notes "$RELEASE_VERSION" "$RELEASE_CHANNEL" > target/release-notes.md - cat target/release-notes.md + script/draft-release-notes "$RELEASE_VERSION" "$RELEASE_CHANNEL" > target/release-notes.md || true - name: Generate license file run: script/generate-licenses