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