Skip to content

Commit

Permalink
ci(release): finally fix homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 9, 2024
1 parent 251d7b8 commit 5540ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- run: gh release edit ${{ needs.release.outputs.tag_name }} --draft=false --repo='elixir-tools/next-ls'

homebrew:
needs: [publish]
needs: [release, publish]
runs-on: ubuntu-latest
steps:
- name: Bump Homebrew formula
Expand All @@ -117,3 +117,4 @@ jobs:
no_fork: true
tap: elixir-tools/tap
formula: next-ls
tag: ${{ needs.release.outputs.tag_name }}

0 comments on commit 5540ee3

Please sign in to comment.