Skip to content

Commit 8d10325

Browse files
committed
build: use correct tag regex
1 parent d74fda3 commit 8d10325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stages:
5050
- name: publish 🐍
5151
if: type = push AND (branch = master OR tag IS present)
5252
- name: brew 🍺
53-
if: type = push AND tag IS present AND tag =~ /^\d\.\d\.\d$/
53+
if: type = push AND tag IS present AND tag =~ /^v\d\.\d\.\d$/
5454

5555
before_install:
5656
- git fetch --tags

0 commit comments

Comments
 (0)