Skip to content

Commit

Permalink
fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Palatis committed May 26, 2023
1 parent 3173437 commit 7d47fba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ jobs:
archive/app/*-mapping.txt
- name: Release
uses: marvinpinto/action-automatic-releases@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
prerelease: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
archive/app/*-signed.apk
archive/app/*-mapping.txt

0 comments on commit 7d47fba

Please sign in to comment.