Skip to content

Commit

Permalink
ci: trigger desktop beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Aug 29, 2024
1 parent b910b89 commit d4f9c4b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,16 @@ jobs:
with:
files: build/compress/*
prerelease: true
tag_name: beta
tag_name: beta

desktop:
needs:
- release
name: Beta Release Desktop
runs-on: ubuntu-latest
steps:
- uses: dusansimic/trigger-workflow-action@v0
with:
name: release_beta.yml
owner: alist-org
repo: desktop-release

0 comments on commit d4f9c4b

Please sign in to comment.