Skip to content

Commit

Permalink
Add brew formula path (#2236)
Browse files Browse the repository at this point in the history
Brew formula has been relocated (Homebrew/homebrew-core#139592). The default formula path as resolved by GitHub action is no longer valid and needs to be overridden (mislav/bump-homebrew-formula-action#58).
  • Loading branch information
paul-dingemans committed Sep 5, 2023
1 parent 21bc540 commit a510eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release-build.yml
Expand Up @@ -66,6 +66,7 @@ jobs:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
with:
formula-name: ktlint
formula-path: Formula/k/ktlint.rb
download-url: https://github.com/pinterest/ktlint/releases/download/${{ env.version }}/ktlint-${{ env.version }}.zip

- name: Release to sdkman
Expand Down

0 comments on commit a510eed

Please sign in to comment.