standardnotes: switch to detecting tags in check updates

This commit is contained in:
proletarius101 2022-02-18 15:36:07 +00:00
parent d1b3ac888d
commit 8b2cead187

View file

@ -2855,9 +2855,9 @@ Builds:
- popd
ndk: r21e
- versionName: 3.9.12
- versionName: 3.11.0
versionCode: 3000333
commit: 3.9.12
commit: 3.11.0
subdir: android/app/
sudo:
- sysctl fs.inotify.max_user_watches=524288
@ -2918,6 +2918,6 @@ Builds:
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
VercodeOperation: 3000220 + %c
UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/releases/latest|tree/([\d.]+)
CurrentVersion: 3.9.12
UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/tags/|/releases/tag/([\d.]+)
CurrentVersion: 3.11.0
CurrentVersionCode: 3000333