diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/beta.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index d92133ea6..6e27c6eb9 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -32,3 +32,8 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: bun script/beta.ts + + - name: Trigger publish workflow + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: gh workflow run publish.yml --ref beta |
