Skip to content

Commit 9793afc

Browse files
committed
fix(workflow): 🩹 更新 GitHub Actions 触发条件,以支持新的标签格式
1 parent 896961a commit 9793afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
tags:
99
- 'v*'
10-
- '*/*@*.*.*'
10+
- '@**@*.*.**'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)