Skip to content

Commit ff512cc

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
group: databricks-deco-testing-runner-group
177177
labels: ubuntu-latest-deco
178178

179-
needs: upload-windows-to-release
179+
needs: [goreleaser-unix, upload-windows-to-release]
180180

181181
steps:
182182
- name: Set VERSION variable from tag

0 commit comments

Comments
 (0)