We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad08f85 commit 7a4dfefCopy full SHA for 7a4dfef
release.sh
@@ -23,4 +23,4 @@ fi
23
24
echo "$NOTES" > /tmp/release_notes.txt
25
26
-gh release create "$VER" -F /tmp/release_notes.txt ./Binaries\ Linux/*.zip ./Binaries\ Windows/*.zip ./Binaries\ macOS/*.zip
+gh release create "$VER" --title "$VER" -F /tmp/release_notes.txt ./Binaries\ Linux/*.zip ./Binaries\ Windows/*.zip ./Binaries\ macOS/*.zip
0 commit comments