File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ notifications:
99
1010env :
1111 global :
12+ - BINTRAY_REPO_OWNER=ibm-cloud-sdks
1213 - BINTRAY_REPONAME=ibm-cloud-sdk-repo
1314 - BINTRAY_PKGNAME=com.ibm.cloud:sdk-core
1415
@@ -50,7 +51,7 @@ deploy:
5051 api_key : $GITHUB_OAUTH_TOKEN
5152 file_glob : true
5253 file :
53- - target/java- sdk-core-*.jar
54+ - target/sdk-core-*.jar
5455 skip_cleanup : true
5556 on :
5657 tags : true
Original file line number Diff line number Diff line change 33 "vcs_url": "https://github.com/IBM/java-sdk-core.git",
44 "repo": "${BINTRAY_REPONAME}",
55 "issue_tracker_url": "https://github.com/IBM/java-sdk-core/issues",
6- "subject": "ibm-cloud-sdks ",
6+ "subject": "${BINTRAY_REPO_OWNER} ",
77 "website_url": "https://github.com/IBM/java-sdk-core",
88 "name": "${BINTRAY_PKGNAME}"
99 },
You can’t perform that action at this time.
0 commit comments