From 1b608f01ac5e432f0c15a27a9863aba654f1d24a Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 3 Mar 2025 13:20:57 +0500 Subject: [PATCH] ci: release app to beta track on play --- .../workflows/android.publish.internal.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/android.publish.internal.yml b/.github/workflows/android.publish.internal.yml index f83e9d761..3545278ac 100644 --- a/.github/workflows/android.publish.internal.yml +++ b/.github/workflows/android.publish.internal.yml @@ -122,16 +122,16 @@ jobs: with: path: apps/mobile - # - name: Publish to Playstore - # id: deploy - # uses: r0adkll/upload-google-play@v1.1.1 - # with: - # serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} - # packageName: com.streetwriters.notesnook - # releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}} - # track: production - # status: completed - # whatsNewDirectory: apps/mobile/native/android/releasenotes/ + - name: Publish to Playstore + id: deploy + uses: r0adkll/upload-google-play@v1.1.1 + with: + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} + packageName: com.streetwriters.notesnook + releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}} + track: beta + status: completed + whatsNewDirectory: apps/mobile/native/android/releasenotes/ - name: Create release draft on Github uses: softprops/action-gh-release@v1