Skip to content

Commit

Permalink
fix release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aveyrenc committed Jul 31, 2024
1 parent a6ed57d commit 7a2247c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross_build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ jobs:
with:
draft: true
files: "${{ github.event.repository.name }}-*"
body_path: Changes.md
generate_release_notes: true
if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )

0 comments on commit 7a2247c

Please sign in to comment.