Skip to content

Commit 1706328

Browse files
committed
allow version number on EAP release
1 parent 69da3b1 commit 1706328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deploy:
2222
on:
2323
tags: true
2424
repo: wuseal/JsonToKotlinClass
25-
condition: "$TRAVIS_TAG =~ (alpha|Alpha)$"
25+
condition: "$TRAVIS_TAG =~ (alpha|Alpha)"
2626
- provider: script
2727
script: "./gradlew publishPlugin"
2828
skip_cleanup: true

0 commit comments

Comments
 (0)