Skip to content

Commit

Permalink
Undo fork for ics build
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfadingviolets committed Oct 28, 2024
1 parent 21df2d1 commit 0e80282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ics-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e80282

Please sign in to comment.