Skip to content

Commit 08e825c

Browse files
committed
what if i remove \d and \w
1 parent 9617d8f commit 08e825c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ deploy:
1212
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 26753 -w 15636
1313
on:
1414
tags: true
15-
condition: $TRAVIS_TAG =~ ^v?(\d+\.\d+\.\d+)$
15+
condition: $TRAVIS_TAG =~ ^v?([0-9]+\.[0-9]+\.[0-9]+)$
1616

1717
# prerelease versions go only to curse
1818
- provider: script
1919
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -p 26753
2020
on:
2121
tags: true
22-
condition: $TRAVIS_TAG =~ ^v?(\d+\.\d+\.\d+)-(\w+)$
22+
condition: $TRAVIS_TAG =~ ^v?([0-9]+\.[0-9]+\.[0-9]+)-([0-9A-Za-z]+)$
2323

2424
on:
2525
tags: true

0 commit comments

Comments
 (0)