Wallflow: Skip pre-release tags

This commit is contained in:
Ammar Githam 2024-05-04 09:33:15 +00:00 committed by linsui
parent 84d1d10e4d
commit 844927fb7c
2 changed files with 2 additions and 2 deletions

View file

@ -646,7 +646,7 @@ Builds:
AllowedAPKSigningKeys: 1546a9c1ffa4482504fa41c8b4d66ebaa387b96bd87cea2a148133876ed87dd4
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckMode: Tags ^v[\d.]+$
VercodeOperation:
- '%c * 100 + 1'
- '%c * 100 + 2'

View file

@ -1006,7 +1006,7 @@ Builds:
AllowedAPKSigningKeys: 1546a9c1ffa4482504fa41c8b4d66ebaa387b96bd87cea2a148133876ed87dd4
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckMode: Tags ^v[\d.]+$
VercodeOperation:
- '%c * 100 + 1'
- '%c * 100 + 2'