Skip to content

Commit

Permalink
👷 Update Release GitHub Actions (#326)
Browse files Browse the repository at this point in the history
Script updated to automatically release on Google Play and the GitHub
release use the Git Tag name instead
  • Loading branch information
igorescodro authored Sep 20, 2022
1 parent 66ccaf0 commit ef26877
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
github-release:
name: "Release Alkaa on GitHub"
name: "Release on GitHub"
runs-on: "ubuntu-latest"

steps:
Expand All @@ -32,13 +32,12 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: latest
files: |
./app/build/outputs/apk/debug/*.apk
./app/build/outputs/apk/release/*.apk
google-play-release:
name: "Release Alkaa on Google Play"
name: "Release on Google Play"
runs-on: "ubuntu-latest"

steps:
Expand All @@ -61,5 +60,5 @@ jobs:
packageName: com.escodro.alkaa
releaseFiles: ./app/build/outputs/bundle/release/*.aab
track: production
status: draft
status: completed
whatsNewDirectory: ./assets/whatsnew

0 comments on commit ef26877

Please sign in to comment.