From 93afad36daa6145f6c8f5c33a71fd32b661a95a8 Mon Sep 17 00:00:00 2001 From: ghostflyby Date: Tue, 30 Sep 2025 15:13:45 +0800 Subject: [PATCH] ci: add version prefix in GitHub release command --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 863082a..fbed0e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: RELEASE_NOTE="./build/tmp/release_note.txt" ./gradlew getChangelog --unreleased --no-header --quiet --console=plain --output-file=$RELEASE_NOTE - gh release create $VERSION \ + gh release create v$VERSION \ --draft \ --title $VERSION \ --notes-file $RELEASE_NOTE \ No newline at end of file