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

Commit 3d47a33

Browse files
author
Michael Weber
committed
Merge branch 'mw/github-release'
* mw/github-release: tag format vX.Y.Z
2 parents 3e9d428 + 61f1dd2 commit 3d47a33

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)