We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b4f93 commit 69da3b1Copy full SHA for 69da3b1
.travis.yml
@@ -15,7 +15,7 @@ deploy:
15
on:
16
tags: true
17
repo: wuseal/JsonToKotlinClass
18
- condition: "$TRAVIS_TAG =~ (eap|EAP)$"
+ condition: "$TRAVIS_TAG =~ (eap|EAP)"
19
- provider: script
20
script: "./gradlew publishPlugin -Dchannels=alpha"
21
skip_cleanup: true
0 commit comments