Skip to content

Commit

Permalink
set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez authored Sep 15, 2023
1 parent b42f589 commit bd8ce8d
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 @@ -45,7 +45,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 v2.1.0-provider-lsm-rc1
export LDFLAGS="-extldflags=-static"
export CGO_ENABLED=0
make install
Expand All @@ -61,5 +61,6 @@ jobs:
prerelease: true
replacesArtifacts: false
allowUpdates: false
tag: "ics-provider-${{needs.collect_remote_release.outputs.release}}"
#tag: "ics-provider-${{needs.collect_remote_release.outputs.release}}"
tag: "ics-provider-preview"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd8ce8d

Please sign in to comment.