Skip to content

Commit e0ce819

Browse files
committed
ci: add homebrew bump formulae workflow
1 parent 7905712 commit e0ce819

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

+11
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ jobs:
2929
args: release --rm-dist
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
33+
homebrew:
34+
needs:
35+
- goreleaser
36+
runs-on: ubuntu-latest
37+
steps:
38+
- name: Bump scw Homebrew formula
39+
uses: dawidd6/action-homebrew-bump-formula@v3
40+
with:
41+
token: ${{secrets.SCALEWAY_BOT_TOKEN}}
42+
formula: scw

0 commit comments

Comments
 (0)