Skip to content

Commit

Permalink
fix github release generation
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer committed Feb 8, 2024
1 parent 4428bda commit f67f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_pulbish_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
echo -e "${VERSION}\n" > gh_release_description.md
sed -e '0,/Release notes for v/d' -e '/Release notes for v/,$d' CHANGELOG.md >> gh_release_description.md
gh release create -F gh_release_description.md "${VERSION}" ./artifacts/.*
gh release create -F gh_release_description.md "${VERSION}" ./artifacts/*.zip

0 comments on commit f67f7a8

Please sign in to comment.