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 69da3b1 commit 1706328Copy full SHA for 1706328
.travis.yml
@@ -22,7 +22,7 @@ deploy:
22
on:
23
tags: true
24
repo: wuseal/JsonToKotlinClass
25
- condition: "$TRAVIS_TAG =~ (alpha|Alpha)$"
+ condition: "$TRAVIS_TAG =~ (alpha|Alpha)"
26
- provider: script
27
script: "./gradlew publishPlugin"
28
skip_cleanup: true
0 commit comments