Skip to content

Commit 7d47fba

Browse files
committed
fix release CI
1 parent 3173437 commit 7d47fba

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ jobs:
4545
archive/app/*-mapping.txt
4646
- name: Release
4747
uses: marvinpinto/action-automatic-releases@latest
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5048
with:
51-
tag_name: ${{ github.ref }}
52-
release_name: ${{ github.ref }}
53-
prerelease: true
49+
repo_token: ${{ secrets.GITHUB_TOKEN }}
50+
prerelease: false
5451
files: |
5552
archive/app/*-signed.apk
5653
archive/app/*-mapping.txt

0 commit comments

Comments
 (0)