Skip to content

Commit a7167c2

Browse files
committed
CI: Ignore if google play release errors
This might happen if a build is already released manually (for this release 2.1.1-21107 this had to happen in order to fill a new special permission form) Signed-off-by: IacobIonut01 <[email protected]>
1 parent 1095bd3 commit a7167c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
SIGNING_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
106106
SIGNING_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
107107
- uses: r0adkll/upload-google-play@v1
108+
continue-on-error: true
108109
with:
109110
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
110111
packageName: com.dot.gallery.gplay

0 commit comments

Comments
 (0)