Skip to content

Commit

Permalink
Fix release body
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Nov 20, 2023
1 parent d4c136c commit 03aaf28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:
with:
ref: ${{ needs.setup.outputs.tag }}

- name: Extract release notes
- name: Create dummy release body
run: |
packager/tools/extract_from_changelog.py --release_notes \
| tee ../RELEASE_NOTES.md
echo "Nightly build of the latest development branch" > ../RELEASE_NOTES.md
- name: Draft release
id: draft_release
Expand Down

0 comments on commit 03aaf28

Please sign in to comment.