Skip to content

Commit c61dcb0

Browse files
committed
Fix Poorly Documented Action mislav/bump-homebrew-formula-action
1 parent 496387c commit c61dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
env:
141141
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_PAT }}
142142
with:
143-
formula-name: "${{ env.name }}.rb"
143+
formula-name: "${{ env.name }}"
144144
tag-name: ${{ github.ref_name }}
145145
download-url: ${{ fromJSON(steps.url.outputs.result).url }}
146146
download-sha256: ${{ fromJSON(steps.url.outputs.result).digests.sha256 }}

0 commit comments

Comments
 (0)