Skip to content

Commit

Permalink
ci(bridge): add missing fi instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Dec 5, 2024
1 parent 7e7d965 commit 76e58cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
echo "prerelease=true" >> $GITHUB_ENV
else
echo "prerelease=false" >> $GITHUB_ENV
fi
- name: Build Latest if not Pre-Release
if: env.prerelease == 'false'
Expand Down

0 comments on commit 76e58cc

Please sign in to comment.