Skip to content

Commit

Permalink
ics-consumer-v4.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Apr 15, 2024
1 parent 3f5cb44 commit 8ecd78e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ics-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ICS Consumer Linux Build Release

on:
workflow_dispatch:
push:

jobs:
collect_remote_release:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
LAST_RELEASE=$(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 -r '.[0].tag_name')
git clone https://github.com/cosmos/interchain-security.git
cd interchain-security
git checkout $LAST_RELEASE
git checkout v4.1.0-rc2
export LDFLAGS="-extldflags=-static"
export CGO_ENABLED=0
make install
Expand All @@ -56,10 +57,10 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "~/interchain-security-cd-linux"
name: consumer-${{needs.collect_remote_release.outputs.release}}
name: ics-consumer-v4.1.0-rc2
bodyFile: .github/workflows/ics-linux-release-body.md
prerelease: true
replacesArtifacts: false
allowUpdates: false
tag: "ics-consumer-${{needs.collect_remote_release.outputs.release}}"
tag: "ics-consumer-v4.1.0-rc2"
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ics-provider-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ICS Provider Linux Build Release

on:
workflow_dispatch:
push:
# push:

jobs:
collect_remote_release:
Expand Down

0 comments on commit 8ecd78e

Please sign in to comment.