Skip to content

Commit

Permalink
chore: add tag name for ci_android
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Mar 18, 2023
1 parent b5b791c commit 6cd267c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
files: build/app/outputs/flutter-apk/app-release.apk
prerelease: false
tag_name: ${{ github.event.inputs.tag_name }}
name: Release ${{ github.ref }}
generate_release_notes: true
fail_on_unmatched_files: true
Expand All @@ -63,6 +64,7 @@ jobs:
with:
files: build/app/outputs/flutter-apk/app-release.apk
prerelease: true
tag_name: nightly
name: Nightly build
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit 6cd267c

Please sign in to comment.