There was an error while loading. Please reload this page.
1 parent 9617d8f commit 08e825cCopy full SHA for 08e825c
1 file changed
.travis.yml
@@ -12,14 +12,14 @@ deploy:
12
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 26753 -w 15636
13
on:
14
tags: true
15
- condition: $TRAVIS_TAG =~ ^v?(\d+\.\d+\.\d+)$
+ condition: $TRAVIS_TAG =~ ^v?([0-9]+\.[0-9]+\.[0-9]+)$
16
17
# prerelease versions go only to curse
18
- provider: script
19
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 26753
20
21
22
- condition: $TRAVIS_TAG =~ ^v?(\d+\.\d+\.\d+)-(\w+)$
+ condition: $TRAVIS_TAG =~ ^v?([0-9]+\.[0-9]+\.[0-9]+)-([0-9A-Za-z]+)$
23
24
25
0 commit comments