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