ci: trigger publish workflow automatically after beta builds complete
This commit is contained in:
5
.github/workflows/beta.yml
vendored
5
.github/workflows/beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user