There was an error while loading. Please reload this page.
1 parent 5dce949 commit 143cfefCopy full SHA for 143cfef
1 file changed
.travis.yml
@@ -29,14 +29,14 @@ jobs:
29
- ./mvnw -B -nsu -s ./travis/settings.xml -P release -pl -:feign-benchmark -DskipTests=true deploy
30
- stage: release
31
name: "Release to JCenter"
32
- if: tag =~ /^[0-9\.]$/
+ if: tag =~ /^[0-9\.]+$/
33
jdk: openjdk8
34
install: true
35
script:
36
37
- stage: sync
38
name: "Sync with Maven Central"
39
40
41
42
0 commit comments