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 f698a47 commit d719254Copy full SHA for d719254
.travis/create_release.sh
@@ -27,7 +27,7 @@ cat > bintray.json <<EOF
27
"vcs_url": "https://github.com/utPLSQL/utPLSQL-cli.git",
28
"licenses": [ "MIT" ]
29
},
30
- "version": { "name": "${TRAVIS_BRANCH}" },
+ "version": { "name": "${VERSION}" },
31
"files": [ { "includePattern": "dist/(.*)", "uploadPattern": "\$1" } ],
32
"publish": true
33
}
0 commit comments