Skip to content

Commit

Permalink
fix ibc release update
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzsnz committed Sep 2, 2023
1 parent 7f3aaab commit d7540fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detect-ibc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
latest=${{ steps.ibc_version.outputs.IBC_LATEST }}
if [[ "$current" = "$latest" ]]; then
update="true"
else
update="false"
else
update="true"
fi
echo "update=$update" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d7540fc

Please sign in to comment.