Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
And we should use the correct subject
  • Loading branch information
pesse committed Mar 28, 2018
commit bb754d2bbb28bb44e51fd7c0ea4c9ee5f166653f
2 changes: 1 addition & 1 deletion .travis/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cat > bintray.json <<EOF
"package": {
"name": "utPLSQL-cli-${TRAVIS_BRANCH}",
"repo": "utPLSQL-cli",
"subject": "${BINTRAY_USER}",
"subject": "utplsql",
"website_url": "https://github.com/utPLSQL/utPLSQL-cli",
"vcs_url": "https://github.com/utPLSQL/utPLSQL-cli.git",
"licenses": [ "MIT" ]
Expand Down