Skip to content

Commit

Permalink
fix update formula (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylokulyhin authored Sep 30, 2024
1 parent 6840e2f commit f8d655c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ jobs:
- name: Check if Formula Exists
run: |
pwd
ls -la
ls -la homebrew-cli-tools/
cd homebrew-cli-tools/
if [ ! -f "homebrew-cli-tools/Formula/ecs-exec.rb" ]; then
echo "Formula file not found!"
exit 1
Expand Down

0 comments on commit f8d655c

Please sign in to comment.