Make 'v' optional in front of tag
This commit is contained in:
parent
3d2f4b3dec
commit
2bb785c71f
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
repo: "sfztools/sfizz"
|
repo: "sfztools/sfizz"
|
||||||
tags: true
|
tags: true
|
||||||
condition: ${TRAVIS_TAG} =~ ^v[0-9]
|
condition: ${TRAVIS_TAG} =~ ^v?[0-9]
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue