Skip to content

Commit 143cfef

Browse files
committed
Correcting Tag Regex in Travis
1 parent 5dce949 commit 143cfef

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
@@ -29,14 +29,14 @@ jobs:
2929
- ./mvnw -B -nsu -s ./travis/settings.xml -P release -pl -:feign-benchmark -DskipTests=true deploy
3030
- stage: release
3131
name: "Release to JCenter"
32-
if: tag =~ /^[0-9\.]$/
32+
if: tag =~ /^[0-9\.]+$/
3333
jdk: openjdk8
3434
install: true
3535
script:
3636
- ./mvnw -B -nsu -s ./travis/settings.xml -P release -pl -:feign-benchmark -DskipTests=true deploy
3737
- stage: sync
3838
name: "Sync with Maven Central"
39-
if: tag =~ /^[0-9\.]$/
39+
if: tag =~ /^[0-9\.]+$/
4040
jdk: openjdk8
4141
install: true
4242
script:

0 commit comments

Comments
 (0)