summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/beta.yml
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-29 19:35:05 -0500
committerDax Raad <[email protected]>2026-01-29 19:35:05 -0500
commit81326377f21c92f276ae35f89e8c978da066b7b1 (patch)
tree6c3814ef22607707b1ce88cc8050723d7ef8309e /.github/workflows/beta.yml
parent7ed6f690e916223566dfd481b741b610b29572dc (diff)
downloadopencode-81326377f21c92f276ae35f89e8c978da066b7b1.tar.gz
opencode-81326377f21c92f276ae35f89e8c978da066b7b1.zip
ci: trigger publish workflow automatically after beta builds complete
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r--.github/workflows/beta.yml5
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