Skip to content

Commit

Permalink
Update homebrew formula on updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatto committed Feb 23, 2021
1 parent 896f690 commit a38f424
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
jobs:
runner:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,4 +18,11 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
homebrew-updater:
runs-on: macos-latest
steps:
- uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.GH_ACCESS_TOKEN}}
formula: td

0 comments on commit a38f424

Please sign in to comment.