Skip to content

Commit

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

- name: Create dummy release body
run: |
echo "Nightly build of the latest development branch" > ../RELEASE_NOTES.md
- name: Draft release
id: draft_release
uses: actions/create-release@v1
Expand All @@ -73,7 +69,6 @@ jobs:
with:
tag_name: ${{ needs.setup.outputs.tag }}
release_name: ${{ needs.setup.outputs.tag }}
body_path: RELEASE_NOTES.md
draft: true

lint:
Expand Down

0 comments on commit b8d6521

Please sign in to comment.