We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869baa7 commit a6117cbCopy full SHA for a6117cb
1 file changed
.github/workflows/publish-maven.yml
@@ -3,7 +3,7 @@ name: Publish to Maven Central
3
on:
4
push:
5
branches:
6
- - publish-new # 推送到 publish-new 分支时触发 snapshot 发布
+ - publish # 推送到 publish 分支时触发 snapshot 发布
7
tags:
8
- "v*" # 推送 tag(如 v0.1.0)时触发正式发布
9
0 commit comments