Skip to content

Commit

Permalink
github: still create a draft release on release notes generation fail…
Browse files Browse the repository at this point in the history
…ures
  • Loading branch information
chrischdi committed Apr 4, 2024
1 parent 68e7c45 commit 874ee2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
run: |
make release
- name: generate release notes
# Ignore failures for release-notes generation so they could still get
# generated manually before publishing.
run: |
make generate-release-notes
make generate-release-notes || echo "Failed to generate release notes" >> _releasenotes/${{ env.RELEASE_TAG }}.md
env:
GH_TOKEN: ${{ github.token }}
- name: Release
Expand Down

0 comments on commit 874ee2e

Please sign in to comment.