Skip to content

Commit

Permalink
provider 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 45d9cd4 commit 26286ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ics-provider-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ICS Provider 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 v2.1.0-provider-lsm-rc1
git checkout v4.1.0-rc2
export LDFLAGS="-extldflags=-static"
export CGO_ENABLED=0
make install
Expand All @@ -62,5 +63,5 @@ jobs:
replacesArtifacts: false
allowUpdates: false
#tag: "ics-provider-${{needs.collect_remote_release.outputs.release}}"
tag: "ics-provider-preview"
tag: "ics-provider-v4.1.0-rc2"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 26286ea

Please sign in to comment.