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 5c85cb9 commit ae7fdfd
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 @@ -184,7 +184,7 @@ jobs:
- uses: mislav/bump-homebrew-formula-action@v1
with:
formula-path: Formular/${{env.PROJECT_NAME}}.rb
formula-path: Formular\/${{env.PROJECT_NAME}}.rb
homebrew-tap: ${{ env.BREW_TAP }}
download-url: "https://github.com/${{ env.REPO_NAME }}/releases/download/${{ steps.extract-version.outputs.tag-name }}/${{env.PROJECT_NAME}}-${{ steps.extract-version.outputs.tag-name }}-x86_64-macos.tar.xz"
commit-message: updating formula for ${{ env.PROJECT_NAME }}
Expand Down

0 comments on commit ae7fdfd

Please sign in to comment.