Skip to content

Commit 32b2457

Browse files
committed
ci: port brew fix to release branch
1 parent d264a09 commit 32b2457

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,7 @@ jobs:
246246
needs:
247247
- init
248248
- publish
249-
runs-on: ubuntu-latest
250249
if: needs.init.outputs.prerelease != 'true'
251-
252-
steps:
253-
- uses: ./.github/workflows/brew.yaml
254-
with:
255-
tag-name: v${{ needs.init.outputs.version }}
250+
uses: ./.github/workflows/brew.yaml
251+
with:
252+
tag-name: v${{ needs.init.outputs.version }}

0 commit comments

Comments
 (0)