Skip to content

Commit

Permalink
fix bug on ibc release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzsnz committed Sep 2, 2023
1 parent c1ef590 commit 7f3aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-ibc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
current=${{ steps.version.outputs.CURRENT_IBC }}
latest=${{ steps.ibc_version.outputs.IBC_LATEST }}
if [[ "$current" -eq "$latest" ]]; then
if [[ "$current" = "$latest" ]]; then
update="true"
else
update="false"
Expand Down

0 comments on commit 7f3aaab

Please sign in to comment.