Make 'v' optional in front of tag

This commit is contained in:
Jean Pierre Cimalando 2020-03-09 17:40:07 +01:00
parent 3d2f4b3dec
commit 2bb785c71f

View file

@ -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: