Skip to content

Commit

Permalink
ci: fix unable detect new ibgw version
Browse files Browse the repository at this point in the history
  • Loading branch information
manhinhang authored May 11, 2024
1 parent 9b328b3 commit 7c84810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-new-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
if [ "$IB_GATEWAY_VER" = "$CUR_IB_GATEWAY_VER" ]; then
echo "No new IB gateway version available"
echo has_update=false >> "$GITHUB_OUTPUT"
HAS_UPDATE='true'
else
echo "New IB gateway version($IB_GATEWAY_VER)"
echo has_update=true >> "$GITHUB_OUTPUT"
HAS_UPDATE='true'
fi
if [ "$HAS_UPDATE" = 'false' ]; then
if [ "$IBC_VER" = "$CUR_IBC_VER" ]; then
Expand Down

0 comments on commit 7c84810

Please sign in to comment.