Include beta tags on builds
This commit is contained in:
parent
f8b78a47d2
commit
139e810186
|
@ -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: /.*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue