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 282d7b9 commit c39a712Copy full SHA for c39a712
.travis.yml
@@ -16,7 +16,7 @@ deploy:
16
file_glob: true
17
file: build/distributions/JsonToKotlinClass*.zip
18
skip_cleanup: true
19
- pre = [ $TRAVIS_TAG =~ (eap|EAP) ]
+ pre: "$TRAVIS_TAG =~ (eap|EAP)"
20
prerelease: pre
21
release_notes_file: "./githubReleaseNote.md"
22
on:
0 commit comments