Fix running the Homebrew workflow (#204)

pull/207/head
Mickaël Menu 2 years ago committed by Mickaël Menu
parent 94f563cd51
commit 60e9491c1b

@ -1,15 +1,17 @@
name: Release
on:
release:
types: [created]
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
homebrew:
runs-on: macos-latest
needs:
- release
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:

Loading…
Cancel
Save