Skip to content

Commit

Permalink
Revert "DEBUG release-notes-script"
Browse files Browse the repository at this point in the history
This reverts commit f6d3e53.
  • Loading branch information
ConradIrwin committed Nov 19, 2024
1 parent 5d13bd0 commit 0f744b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f744b0

Please sign in to comment.