Skip to content

Commit

Permalink
make pre-release to only include release_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Oct 30, 2024
1 parent 03feecb commit b3b9942
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@ jobs:
TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "")
gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \
wakunode2/* wakutools/*
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md

0 comments on commit b3b9942

Please sign in to comment.