ci: trigger publish workflow automatically after beta builds complete

This commit is contained in:
Dax Raad
2026-01-29 19:35:05 -05:00
parent 7ed6f690e9
commit 81326377f2

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