From 0e8028211e8404119018b04e06c2297adc2e714d Mon Sep 17 00:00:00 2001 From: violet Date: Mon, 28 Oct 2024 12:02:57 -0400 Subject: [PATCH] Undo fork for ics build --- .github/workflows/ics-linux-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ics-linux-release.yml b/.github/workflows/ics-linux-release.yml index 03b8c19..e60f271 100644 --- a/.github/workflows/ics-linux-release.yml +++ b/.github/workflows/ics-linux-release.yml @@ -13,7 +13,7 @@ jobs: - name: Query latest release of the interchain-security repo id: query_release run: | - releases=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/hyphacoop/interchain-security/releases | jq -c '[.[].tag_name]') + releases=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/cosmos/interchain-security/releases | jq -c '[.[].tag_name]') echo "releases=$releases" >> "$GITHUB_OUTPUT" build: @@ -59,7 +59,7 @@ jobs: chain: ics tag: ${{ matrix.release }} git-ref: ${{ matrix.release }} - github-organization: hyphacoop + github-organization: cosmos github-repo: interchain-security additional-args: "--go-version=1.22.8" heighliner-tag: v1.7.0