Skip to content

Commit 5540ee3

Browse files
committed
ci(release): finally fix homebrew
1 parent 251d7b8 commit 5540ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- run: gh release edit ${{ needs.release.outputs.tag_name }} --draft=false --repo='elixir-tools/next-ls'
108108

109109
homebrew:
110-
needs: [publish]
110+
needs: [release, publish]
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: Bump Homebrew formula
@@ -117,3 +117,4 @@ jobs:
117117
no_fork: true
118118
tap: elixir-tools/tap
119119
formula: next-ls
120+
tag: ${{ needs.release.outputs.tag_name }}

0 commit comments

Comments
 (0)