Skip to content

Commit

Permalink
Fix running the Homebrew workflow (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed May 2, 2022
1 parent 94f563c commit 60e9491
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 60e9491

Please sign in to comment.