Skip to content

Commit 180d884

Browse files
committed
chore: update patch version and enable Play Store upload step
# GENERATE BY https://aicommit.app
1 parent bd53207 commit 180d884

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
run: |
5959
ESCAPED=$(python3 -c 'import json,os,urllib.parse; print(urllib.parse.quote(json.dumps(os.environ["COMMIT_MESSAGE"])))')
6060
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"
61-
# - name: Upload Android Release to Play Store
62-
# uses: r0adkll/upload-google-play@v1.1.3
63-
# with:
64-
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
65-
# packageName: "example.com"
66-
# releaseFiles: 'app-release.aab'
67-
# track: production
68-
# mappingFile: 'mapping.txt'
61+
- name: Upload Android Release to Play Store
62+
uses: r0adkll/upload-google-play@v1.1.3
63+
with:
64+
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
65+
packageName: "me.rosuh.sieve"
66+
releaseFiles: 'app-release.aab'
67+
track: production
68+
mappingFile: 'mapping.txt'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ android.nonTransitiveRClass=true
3737

3838
majorVersion=0
3939
minorVersion=0
40-
patchVersion=24
40+
patchVersion=25

0 commit comments

Comments
 (0)