Skip to content

Commit 7264b02

Browse files
committed
release:v1.3.2-alpha.1,开始打包
1 parent 241535f commit 7264b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-unified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
needs: [builder_matrix]
268268
if: |
269269
(startsWith(github.ref, 'refs/tags/v') &&
270-
contains(github.ref_name, '.') && !contains(github.ref_name, '-') &&
270+
contains(github.ref_name, '.') &&
271271
(github.event_name != 'workflow_dispatch' || inputs.release == 'true')) ||
272272
(github.event_name == 'workflow_dispatch' && inputs.release == 'true')
273273
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)