Skip to content
This repository was archived by the owner on Nov 23, 2019. It is now read-only.

Commit 6b8bf2b

Browse files
authored
ci(publish): run publish step on tags with v prefix (#59)
1 parent 1642796 commit 6b8bf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ workflows:
7878
- test
7979
filters:
8080
tags:
81-
only: /[0-9]+(\.[0-9]+)*(-.+)?/
81+
only: /v[0-9]+(\.[0-9]+)*(-.+)?/
8282
branches:
8383
ignore: /.*/

0 commit comments

Comments
 (0)