Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kooritea authored Oct 30, 2023
1 parent 9d8ab32 commit 30d7344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 30d7344

Please sign in to comment.