Skip to content

Commit d719254

Browse files
committed
Change Bintray versioning
1 parent f698a47 commit d719254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cat > bintray.json <<EOF
2727
"vcs_url": "https://github.com/utPLSQL/utPLSQL-cli.git",
2828
"licenses": [ "MIT" ]
2929
},
30-
"version": { "name": "${TRAVIS_BRANCH}" },
30+
"version": { "name": "${VERSION}" },
3131
"files": [ { "includePattern": "dist/(.*)", "uploadPattern": "\$1" } ],
3232
"publish": true
3333
}

0 commit comments

Comments
 (0)