Skip to content

Commit

Permalink
comment beta publishing step and remove 'v' letter
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari committed Aug 24, 2022
1 parent 6b94d58 commit 48dafd9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up version variable
run: |
VERSION=v$(grep 'versionName ' app/build.gradle | awk '{print $2}' | sed 's|\"||g; s|\r$||g')
FILENAME=delta-v$VERSION
FILENAME=delta-$VERSION
echo "FILENAME=$FILENAME" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down Expand Up @@ -79,16 +79,16 @@ jobs:
tag_name: ${{ env.VERSION }}
body_path: changelog/whatsnew-en-US

- name: Publish a release to Google Play beta channel
uses: r0adkll/[email protected]
with:
track: beta
releaseFiles: ${{ env.FILENAME }}.aab
serviceAccountJson: service_account.json
packageName: website.leifs.delta
mappingFile: app/build/outputs/mapping/release/mapping.txt
whatsNewDirectory: changelog
inAppUpdatePriority: 5
# - name: Publish a release to Google Play beta channel
# uses: r0adkll/[email protected]
# with:
# track: beta
# releaseFiles: ${{ env.FILENAME }}.aab
# serviceAccountJson: service_account.json
# packageName: website.leifs.delta
# mappingFile: app/build/outputs/mapping/release/mapping.txt
# whatsNewDirectory: changelog
# inAppUpdatePriority: 5

- name: Publish a release to Google Play production channel
uses: r0adkll/[email protected]
Expand Down

0 comments on commit 48dafd9

Please sign in to comment.