Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 61f1dd2

Browse files
author
Michael Weber
committed
tag format vX.Y.Z
1 parent 0deaa98 commit 61f1dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ workflows:
8787
- build:
8888
filters:
8989
tags:
90-
only: /^\d+\.\d+\.\d+$/
90+
only: /^v\d+\.\d+\.\d+$/
9191
- publish-github-release:
9292
requires:
9393
- build
9494
filters:
9595
branches:
9696
ignore: /.*/
9797
tags:
98-
only: /^\d+\.\d+\.\d+$/
98+
only: /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)