Skip to content

Commit acf4522

Browse files
fix for circle tag as new verion name (#158)
1 parent 155f5ec commit acf4522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
buildscript {
2020
def bintray_user = System.getenv('BINTRAY_USER')
2121
def bintray_api_key = System.getenv('BINTRAY_API_KEY')
22-
def version_name = System.getenv('TRAVIS_TAG')
22+
def version_name = System.getenv('CIRCLE_TAG')
2323
if (bintray_user != null && bintray_api_key != null && version_name != null) {
2424
rootProject.ext.bintray_user = bintray_user
2525
rootProject.ext.bintray_api_key = bintray_api_key

0 commit comments

Comments
 (0)