Skip to content

Commit

Permalink
chore: update patch version and enable Play Store upload step
Browse files Browse the repository at this point in the history
# GENERATE BY https://aicommit.app
  • Loading branch information
rosuH committed Sep 15, 2024
1 parent bd53207 commit 180d884
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
run: |
ESCAPED=$(python3 -c 'import json,os,urllib.parse; print(urllib.parse.quote(json.dumps(os.environ["COMMIT_MESSAGE"])))')
curl -v "https://api.telegram.org/bot${BOT_TOKEN}/sendMediaGroup?chat_id=${CHANNEL_ID}&media=%5B%7B%22type%22%3A%22document%22%2C%20%22media%22%3A%22attach%3A%2F%2FmarketRelease%22%2C%22parse_mode%22%3A%22MarkdownV2%22%2C%22caption%22:${ESCAPED}%7D%5D" -F marketRelease="@$APK_NAME"
# - name: Upload Android Release to Play Store
# uses: r0adkll/upload-google-play@v1.1.3
# with:
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
# packageName: "example.com"
# releaseFiles: 'app-release.aab'
# track: production
# mappingFile: 'mapping.txt'
- name: Upload Android Release to Play Store
uses: r0adkll/upload-google-play@v1.1.3
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: "me.rosuh.sieve"
releaseFiles: 'app-release.aab'
track: production
mappingFile: 'mapping.txt'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ android.nonTransitiveRClass=true

majorVersion=0
minorVersion=0
patchVersion=24
patchVersion=25

0 comments on commit 180d884

Please sign in to comment.