feat: support pre-release

This commit is contained in:
Miuzarte
2026-07-07 18:19:39 +08:00
parent 6040d0e2f4
commit 5d03900f60
4 changed files with 47 additions and 22 deletions

View File

@@ -211,3 +211,4 @@ jobs:
name: ${{ github.ref_name }}
body_path: dist/RELEASE_NOTES.md
files: dist/*.apk
prerelease: ${{ contains(github.ref_name, '_pre') }}