diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 6e27c6eb9..d92133ea6 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -32,8 +32,3 @@ 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 |
