Skip to content

Commit

Permalink
build all ics tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfadingviolets committed Jan 7, 2025
1 parent 3dc7832 commit 87bd6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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/cosmos/interchain-security/tags | jq -c '[.[].name]')
echo "releases=$releases" >> "$GITHUB_OUTPUT"
build:
Expand Down

0 comments on commit 87bd6e9

Please sign in to comment.