Skip to content

Commit

Permalink
Do not unnecessarily re-install jq
Browse files Browse the repository at this point in the history
Earlier steps already depend on jq.
  • Loading branch information
tautschnig committed Jul 17, 2024
1 parent fbf6eca commit 2a8d2ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
- name: Get File Name
id: get_file_name
run: |
brew install jq
file_name="$(cat *.json | jq -r '."${{ env.TAP }}/${{ env.FORMULA }}".bottle.tags[].filename')"
echo "file_name=$file_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2a8d2ed

Please sign in to comment.