diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bed52955ad2f24fa785168efaa41ee6656cf1655..df7ac25e8c5307910de9d2f9cc61df37182490f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,8 +259,10 @@ 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 || true + script/draft-release-notes "$RELEASE_VERSION" "$RELEASE_CHANNEL" > target/release-notes.md + cat target/release-notes.md - name: Generate license file run: script/generate-licenses