Skip to content

Commit a62de28

Browse files
author
Sergei Orlov
committed
ci(travis): fix publishing on release tag
1 parent 3c0a371 commit a62de28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ stages:
1111
- name: cover
1212
if: branch = master AND type = push
1313
- name: versioning
14-
if: branch = master AND type != push
14+
if: branch = master AND type = push
1515
- name: publish
16-
if: tag IS present AND tag =~ ^v AND type != push
16+
if: tag IS present AND tag =~ ^v
1717

1818
jobs:
1919
include:

0 commit comments

Comments
 (0)