Skip to content

Commit eca844a

Browse files
committed
Attempt to fix homebrew
1 parent 59d5a81 commit eca844a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/homebrew_deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Publish Homebrew Release
22

33
on:
4-
release:
5-
types: [published]
4+
workflow_run:
5+
workflows: ["Build and Upload .NET binary"]
6+
types:
7+
- completed
68

79
jobs:
810
build-and-pack:

0 commit comments

Comments
 (0)