We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae1b9d commit 7574f1aCopy full SHA for 7574f1a
.github/workflows/publish.yml
@@ -1,6 +1,8 @@
1
name: Maven Central Repo Deployment
2
# 触发脚本的事件 这里为发布release之后触发
3
on:
4
+ # 手动触发事件
5
+ workflow_dispatch:
6
release:
7
types: [released]
8
# 定义一个发行任务
0 commit comments