From b9045dc9c82a767e3df86a33ae6cbe4c7cc5f033 Mon Sep 17 00:00:00 2001 From: Antony Denyer Date: Wed, 27 Nov 2019 11:17:16 +0000 Subject: [PATCH] fix: github release --- scripts/common.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.bash b/scripts/common.bash index 06b0fce..b3d197d 100644 --- a/scripts/common.bash +++ b/scripts/common.bash @@ -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