diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a34ebc2a2..697f4e8c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -268,7 +268,7 @@ jobs: - name: Upload AAB to Google Play if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: r0adkll/upload-google-play@v1.0.19 + uses: r0adkll/upload-google-play@v1.1.3 with: serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_JSON_KEY }} packageName: com.geeksville.mesh