Skip to content

Commit

Permalink
fix: github release
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Nov 27, 2019
1 parent b3c9607 commit b9045dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ensure_version() {

ensure_product() {
if [[ -z "$PRODUCT" ]]; then
PRODUCT="${TRAVIS_REPO_SLUG//release\/}"
PRODUCT="${TRAVIS_REPO_SLUG//web3j\/}"
fi

if [[ "$PRODUCT" = "" ]]; then
Expand Down

0 comments on commit b9045dc

Please sign in to comment.