ci: allow for "-\d+" tag suffix
This commit is contained in:
@@ -46,6 +46,6 @@ workflows:
|
||||
- release:
|
||||
filters:
|
||||
tags:
|
||||
only: /^\d+\.\d+\.\d+/
|
||||
only: /^\d+\.\d+\.\d+(-\d+)?/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
Reference in New Issue
Block a user