diff --git a/ci/release.sh b/ci/release.sh index 60bc260..cb951e4 100755 --- a/ci/release.sh +++ b/ci/release.sh @@ -4,7 +4,7 @@ set -e set -u set -o pipefail -SRC_GIT_URL="https://github.com/erigontech/silkworm.git" +SRC_GIT_URL="https://github.com/battlmonstr/silkworm.git" TARGET="silkworm_capi" FINAL_LIB_COUNT=2 diff --git a/ci/release_branch.sh b/ci/release_branch.sh index ee2b0a2..b987a89 100755 --- a/ci/release_branch.sh +++ b/ci/release_branch.sh @@ -4,7 +4,7 @@ set -e set -u set -o pipefail -SRC_GIT_URL="https://github.com/erigontech/silkworm.git" +SRC_GIT_URL="https://github.com/battlmonstr/silkworm.git" function release_tag { git ls-remote --tags "$SRC_GIT_URL" | grep 'capi-' | cut -d '-' -f 2 | while read tag