diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 9a40cc6fb..f27558c66 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -158,10 +158,10 @@ jobs: ${{ steps.matching_release.outputs.body }} ${{ env.COMMIT_MSG }} -# - name: Release APK to Play Store -# uses: r0adkll/upload-google-play@v1 -# with: -# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} -# packageName: com.fieldbook.tracker -# releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk -# track: alpha + - name: Release APK to Play Store + uses: r0adkll/upload-google-play@v1 + with: + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} + packageName: com.fieldbook.tracker + releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk + track: alpha