Skip to content

Commit 282d7b9

Browse files
committed
Update .travis.yml
1 parent f2f4666 commit 282d7b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ deploy:
1616
file_glob: true
1717
file: build/distributions/JsonToKotlinClass*.zip
1818
skip_cleanup: true
19-
prerelease: [[ $TRAVIS_TAG =~ (eap|EAP) ]]
19+
pre = [ $TRAVIS_TAG =~ (eap|EAP) ]
20+
prerelease: pre
2021
release_notes_file: "./githubReleaseNote.md"
2122
on:
2223
tags: true

0 commit comments

Comments
 (0)