Skip to content

Commit

Permalink
[ADD] Continue on error for Google Play deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyalehchylin committed Apr 28, 2023
1 parent c40dcbc commit 9f420f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ jobs:

- name: Google Play Deploy
id: google_play_deploy
continue-on-error: true
uses: r0adkll/upload-google-play@v1.1.1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_API_JSON_PLAIN }}
Expand Down

0 comments on commit 9f420f0

Please sign in to comment.