ci: allow for "-\d+" tag suffix

This commit is contained in:
Geoff Bourne 2019-06-07 22:06:15 -05:00
parent 8cf61e3d6c
commit 1324e29343

View File

@ -46,6 +46,6 @@ workflows:
- release: - release:
filters: filters:
tags: tags:
only: /^\d+\.\d+\.\d+/ only: /^\d+\.\d+\.\d+(-\d+)?/
branches: branches:
ignore: /.*/ ignore: /.*/