We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7905712 commit e798c26Copy full SHA for e798c26
.github/workflows/release.yml
@@ -29,3 +29,14 @@ jobs:
29
args: release --rm-dist
30
env:
31
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