Update circle ci config

This commit is contained in:
Eugene Burmakin 2025-02-02 22:38:42 +01:00
parent 6b0c6e1ed0
commit e512b41580

View file

@ -1,5 +1,10 @@
version: 2.1
parameters:
tag:
type: string
default: "rc"
executors:
docker-executor:
machine:
@ -74,3 +79,4 @@ workflows:
ignore: /.*/ # Run only on tag builds
tags:
only: /.*/ # Run for any tag
tag: "<< pipeline.parameters.tag >>"