Commit ff512cc
authored
Homebrew tap action needs to depend on goreleaser-unix (#3914)
## Changes
Homebrew tap action needs to depend on goreleaser-unix
## Why
This resolves the ReferenceError: Cannot access 'artifacts' before
initialization error because the job now waits
for goreleaser-unix to complete and can access its artifacts output at
line 192.1 parent 363550c commit ff512cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments