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 dbc6cf6 commit dde2afbCopy full SHA for dde2afb
.github/workflows/release-beta.yml
@@ -77,6 +77,11 @@ jobs:
77
with:
78
app-id: ${{ secrets.APP_ID }}
79
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
80
+ owner: ${{ github.repository_owner }}
81
+ repositories: |
82
+ cli
83
+ homebrew-tap
84
+ scoop-bucket
85
- run: go run tools/publish/main.go --beta "${{ needs.release.outputs.new-release-version }}"
86
env:
87
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
.github/workflows/release.yml
@@ -30,6 +30,12 @@ jobs:
30
31
32
33
34
35
36
37
38
+ supabase
39
40
commit:
41
name: Publish Brew and Scoop
0 commit comments