There was an error while loading. Please reload this page.
1 parent b5b791c commit 6cd267cCopy full SHA for 6cd267c
1 file changed
.github/workflows/ci_android.yml
@@ -53,6 +53,7 @@ jobs:
53
with:
54
files: build/app/outputs/flutter-apk/app-release.apk
55
prerelease: false
56
+ tag_name: ${{ github.event.inputs.tag_name }}
57
name: Release ${{ github.ref }}
58
generate_release_notes: true
59
fail_on_unmatched_files: true
@@ -63,6 +64,7 @@ jobs:
63
64
65
66
prerelease: true
67
+ tag_name: nightly
68
name: Nightly build
69
70
0 commit comments