Skip to content

Commit d848f6f

Browse files
committed
fixed release issues
1 parent b93cff4 commit d848f6f

3 files changed

Lines changed: 3 additions & 110 deletions

File tree

.github/workflows/deploy-to-play-store.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,24 @@ on:
55
- '*'
66
workflow_dispatch:
77
jobs:
8-
restorePassword:
8+
deployAabToGooglePlayInternal:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- uses: actions/setup-java@v4
1515
with:
16-
distribution: 'corretto'
17-
java-version: '17'
16+
distribution: 'jetbrains'
17+
java-version: '21'
1818
- shell: bash
1919
env:
2020
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}
2121
KEYSTORE_KEY_PSWD: ${{ secrets.KEYSTORE_KEY_PSWD }}
2222
KEYSTORE_PSWD: ${{ secrets.KEYSTORE_PSWD }}
2323
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
2424
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
25-
OSSR_USERNAME: ${{ secrets.OSSR_USERNAME }}
26-
OSSR_PASSWORD: ${{ secrets.OSSR_PASSWORD }}
27-
SONATYPE_STATING_PROFILE_ID: ${{ secrets.SONATYPE_STATING_PROFILE_ID }}
2825
run: |
29-
pwd
3026
echo "${{ secrets.GOOGLE_SERVICES }}" | base64 --decode > app/google-services.json
3127
echo "${{ secrets.KEYSTORE_FILE }}" > keystore.asc
3228
gpg -d --passphrase "${{ secrets.KEYSTORE_FILE_PSWD }}" --batch keystore.asc > keystore

fastlane/README.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

fastlane/report.xml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)