Skip to content

Commit

Permalink
ci: add homebrew bump formulae workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Monitob committed Jan 11, 2023
1 parent 7905712 commit e0ce819
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

homebrew:
needs:
- goreleaser
runs-on: ubuntu-latest
steps:
- name: Bump scw Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.SCALEWAY_BOT_TOKEN}}
formula: scw

0 comments on commit e0ce819

Please sign in to comment.