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 1ff3696 commit 20375d9Copy full SHA for 20375d9
1 file changed
.github/workflows/build.yml
@@ -241,7 +241,7 @@ jobs:
241
RELEASE_NOTE="./build/tmp/release_note.txt"
242
./gradlew getChangelog --unreleased --no-header --quiet --console=plain --output-file=$RELEASE_NOTE
243
244
- gh release create $VERSION \
+ gh release create v$VERSION \
245
--draft \
246
- --title $VERSION \
+ --title v$VERSION \
247
--notes-file $RELEASE_NOTE
0 commit comments