8000 fix: loosen tag match for publish_package (#123) · googleapis/proto-plus-python@67441c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67441c9

Browse files
authored
fix: loosen tag match for publish_package (#123)
Release-As: 1.10.0-dev2
1 parent dc254d0 commit 67441c9

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
@@ -15,7 +15,7 @@ workflows:
1515
branches:
1616
ignore: /.*/
1717
tags:
18-
only: /^v\d+\.\d+\.\d+$/
18+
only: /^v\d+\.\d+\.\d+\.*$/
1919
- unit-3.5:
2020
filters:
2121
tags:

0 commit comments

Comments
 (0)
0