We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4428bda commit f67f7a8Copy full SHA for f67f7a8
.github/workflows/release_and_pulbish_plugin_on_tag.yml
@@ -63,4 +63,4 @@ jobs:
63
echo -e "${VERSION}\n" > gh_release_description.md
64
sed -e '0,/Release notes for v/d' -e '/Release notes for v/,$d' CHANGELOG.md >> gh_release_description.md
65
66
- gh release create -F gh_release_description.md "${VERSION}" ./artifacts/.*
+ gh release create -F gh_release_description.md "${VERSION}" ./artifacts/*.zip
0 commit comments