We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496387c commit c61dcb0Copy full SHA for c61dcb0
.github/workflows/release.yaml
@@ -140,7 +140,7 @@ jobs:
140
env:
141
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_PAT }}
142
with:
143
- formula-name: "${{ env.name }}.rb"
+ formula-name: "${{ env.name }}"
144
tag-name: ${{ github.ref_name }}
145
download-url: ${{ fromJSON(steps.url.outputs.result).url }}
146
download-sha256: ${{ fromJSON(steps.url.outputs.result).digests.sha256 }}
0 commit comments