Skip to content

Commit

Permalink
FIX: Remove NOTES when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Aug 3, 2023
1 parent 637ab35 commit b476231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
echo "RELEASE_NAME=$(scripts/get_version.sh)" >> $GITHUB_ENV
echo "## Release notes" > NOTES.md
sed -n '/^## /{n; :a; /^## /q; p; n; ba}' CHANGELOG.md >> NOTES.md
- name: Remove notes
# Force to not error if it doesn't exist
run: rm --force NOTES.md

# Create GitHub release
- name: Create release
Expand Down

0 comments on commit b476231

Please sign in to comment.