Include beta tags on builds

This commit is contained in:
Óscar García Amor 2022-06-17 09:46:37 +02:00
parent f8b78a47d2
commit 139e810186
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ workflows:
- generate_signed_apk: - generate_signed_apk:
filters: filters:
tags: tags:
only: /^[0-9]+(\.[0-9]+)*/ only: /^[0-9]+(\.[0-9]+)*(-beta\.[0-9]+)?/
branches: branches:
ignore: /.*/ ignore: /.*/
- publish_github_signed_apk: - publish_github_signed_apk:
@ -151,7 +151,7 @@ workflows:
- generate_signed_apk - generate_signed_apk
filters: filters:
tags: tags:
only: /^[0-9]+(\.[0-9]+)*/ only: /^[0-9]+(\.[0-9]+)*(-beta\.[0-9]+)?/
branches: branches:
ignore: /.*/ ignore: /.*/