Skip to content

Commit

Permalink
Update release_beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 8, 2024
1 parent 41c1ddb commit 46f648c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- beta-release-trigger
workflow_dispatch:

concurrency:
Expand All @@ -21,7 +22,7 @@ jobs:
owner: alist-org
keyword: beta
deletetype: "release" #tag: will delete tags only; release: will delete releases only; tr: will delete both releases and tags

release_beta:
needs: delete_old_beta
strategy:
Expand Down Expand Up @@ -130,6 +131,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main

- uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 46f648c

Please sign in to comment.