Graceful sync cancellation
This commit is contained in:
parent
e2f83f6c07
commit
c4b7596e06
|
@ -34,7 +34,6 @@ jobs:
|
|||
|
||||
- name: publish
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: me.hanh.ywallet
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 46695c0544dc2303a7c254f7b6177807e2eb7030
|
||||
Subproject commit 1a3fb2f3b0406bb484bd1fe83091da64665e3fbf
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.4.1+446
|
||||
version: 1.4.1+447
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
Loading…
Reference in New Issue