Skip to content

Commit 83236d5

Browse files
committed
fix ci
1 parent f5a5fb9 commit 83236d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beta-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010
jobs:
1111
beta-pre-release:
1212
name: Create beta pre-release
13-
if: ${{ github.event.label.name == 'beta' }}
13+
#if: ${{ github.event.label.name == 'beta' }}
1414
uses: ./.github/workflows/pre_release.yml
1515
secrets: inherit

0 commit comments

Comments
 (0)