From 30d73448b2553798b0e4ce70199ab6a421308407 Mon Sep 17 00:00:00 2001 From: kooritea Date: Mon, 30 Oct 2023 14:08:20 +0800 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 9a01112..8157d86 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -53,8 +53,8 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.TOKEN }}" - automatic_release_tag: "latest" - title: "Auto Release {{ env.VERSION }}" - prerelease: true + automatic_release_tag: ${{ env.VERSION }} + title: "Auto Release ${{ env.VERSION }}" + prerelease: false files: | ${{ github.workspace }}/app/build/outputs/apk/release/fcmfix-ci-${{ env.VERSION }}.apk