We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce01cd4 commit f51472dCopy full SHA for f51472d
.github/workflows/release_build.yaml
@@ -1,9 +1,8 @@
1
name: release-build
2
3
on:
4
- push:
5
- tags:
6
- - '[0-9]*.[0-9]*.[0-9]*' # 匹配语义化版本号标签 (e.g., 1.0.0, 1.0.0-beta)
+ release:
+ types: [published] # 当 release 发布时触发,而不是创建时
7
workflow_dispatch:
8
inputs:
9
version:
0 commit comments