Skip to content

Commit

Permalink
Update publish_play_store.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan authored Jun 6, 2024
1 parent 3242000 commit 84e6bf7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/publish_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
env:
KEYSTORE: ${{ secrets.SIGNING_KEYSTORE_FILE_BASE64 }}
run: echo $KEYSTORE | base64 -di > android_keystore.jks

- name: Deploy Play Store Beta
- name: Setting environment values
env:
KEYS_PATH: "Key Path"
PLAYSTORE_TRACK: "beta"
PLAYSTORE_TRACK: "production"
PLAYSTORE_RELEASE_STATUS: "completed"
if: always()
run: ./gradlew --no-configuration-cache publishReleaseBundle uploadCrashlyticsMappingFileRelease

- name: Deploy Play Store Beta
run: |
./gradlew --no-configuration-cache publishReleaseBundle uploadCrashlyticsMappingFileRelease

0 comments on commit 84e6bf7

Please sign in to comment.