Skip to content

Commit

Permalink
Build ics from hypha's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfadingviolets committed Oct 9, 2024
1 parent 8092574 commit 1fd503e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/cosmos/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/hyphacoop/interchain-security/releases | jq -c '[.[].tag_name]')
echo "releases=$releases" >> "$GITHUB_OUTPUT"
build:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
chain: ics
tag: ${{ matrix.release }}
git-ref: ${{ matrix.release }}
github-organization: cosmos
github-organization: hyphacoop
github-repo: interchain-security
additional-args: "--go-version=1.21.10"
heighliner-tag: v1.5.5
additional-args: "--go-version=1.22.2"
heighliner-tag: v1.7.0

0 comments on commit 1fd503e

Please sign in to comment.