Skip to content

Commit

Permalink
chore: try fixing homebrew deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
brodo committed Sep 28, 2022
1 parent db7e3e5 commit 0d3df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
with:
formula-path: Formula/${{env.PROJECT_NAME}}.rb
homebrew-tap: ${{ env.BREW_TAP }}
download-url: "https://github.com/${{ env.REPO_NAME }}/archive/ref/tags/${{ steps.extract-version.outputs.tag-name }}/${{env.PROJECT_NAME}}-${{ steps.extract-version.outputs.tag-name }}.zip"
download-url: "https://github.com/${{ env.REPO_NAME }}/archive/refs/tags/${{ steps.extract-version.outputs.tag-name }}.zip"
commit-message: updating formula for ${{ env.PROJECT_NAME }}
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
Expand Down

0 comments on commit 0d3df92

Please sign in to comment.