ci: trigger publish workflow automatically after beta builds complete

pull/5339/head
Dax Raad 2026-01-29 19:35:05 -05:00
parent 7ed6f690e9
commit 81326377f2
1 changed files with 5 additions and 0 deletions

View File

@ -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