Skip to content

Commit

Permalink
Update brew tap upon release
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jul 9, 2020
1 parent dfc8f56 commit 88b15e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Update Brew Tap

on:
release:
types: released

jobs:
CD:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2

- name: Update Homebrew Formula
uses: izumin5210/action-homebrew-tap@v1.0.0
with:
tap: 'ddelange/brewformulae'
token: '${{ secrets.GITHUB_TOKEN }}'
tap-token: '${{ secrets.PUSH_TOKEN }}'

- name: Test Homebrew Install
run: brew install --ignore-dependencies ddelange/brewformulae/yt

0 comments on commit 88b15e8

Please sign in to comment.