Skip to content

Commit 69da3b1

Browse files
committed
allow version number on EAP release
[ci skip]
1 parent 79b4f93 commit 69da3b1

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
@@ -15,7 +15,7 @@ deploy:
1515
on:
1616
tags: true
1717
repo: wuseal/JsonToKotlinClass
18-
condition: "$TRAVIS_TAG =~ (eap|EAP)$"
18+
condition: "$TRAVIS_TAG =~ (eap|EAP)"
1919
- provider: script
2020
script: "./gradlew publishPlugin -Dchannels=alpha"
2121
skip_cleanup: true

0 commit comments

Comments
 (0)