Skip to content

Commit 6cd267c

Browse files
committed
chore: add tag name for ci_android
1 parent b5b791c commit 6cd267c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci_android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
files: build/app/outputs/flutter-apk/app-release.apk
5555
prerelease: false
56+
tag_name: ${{ github.event.inputs.tag_name }}
5657
name: Release ${{ github.ref }}
5758
generate_release_notes: true
5859
fail_on_unmatched_files: true
@@ -63,6 +64,7 @@ jobs:
6364
with:
6465
files: build/app/outputs/flutter-apk/app-release.apk
6566
prerelease: true
67+
tag_name: nightly
6668
name: Nightly build
6769
generate_release_notes: true
6870
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)