Skip to content

Commit 20375d9

Browse files
committed
Prefix release version with 'v' in GitHub Actions
1 parent 1ff3696 commit 20375d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
RELEASE_NOTE="./build/tmp/release_note.txt"
242242
./gradlew getChangelog --unreleased --no-header --quiet --console=plain --output-file=$RELEASE_NOTE
243243
244-
gh release create $VERSION \
244+
gh release create v$VERSION \
245245
--draft \
246-
--title $VERSION \
246+
--title v$VERSION \
247247
--notes-file $RELEASE_NOTE

0 commit comments

Comments
 (0)