From 6cd267cf00e560d6e8cab3f8d4727e6c6db762c6 Mon Sep 17 00:00:00 2001 From: w568w <1278297578@qq.com> Date: Sat, 18 Mar 2023 18:13:56 +0800 Subject: [PATCH] chore: add tag name for ci_android --- .github/workflows/ci_android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_android.yml b/.github/workflows/ci_android.yml index da4314f4..5bf4b9c1 100644 --- a/.github/workflows/ci_android.yml +++ b/.github/workflows/ci_android.yml @@ -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 @@ -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