Skip to content

Commit 0fa329d

Browse files
committed
fix: fix alpha publish error
1 parent 8fb6e88 commit 0fa329d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dispatch-renderless-theme-publish-alpha.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
throw new Error('请输入正确的包名称')
3131
}
3232
33-
if (!branchName.includes('release-3.')) {
34-
throw new Error('请使用release-3.xx.xx分支发布正式包')
35-
}
36-
3733
- name: CheckOut Code
3834
uses: actions/checkout@master
3935
with:

0 commit comments

Comments
 (0)