Skip to content

Commit 7574f1a

Browse files
authored
Update publish.yml
1 parent 9ae1b9d commit 7574f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Maven Central Repo Deployment
22
# 触发脚本的事件 这里为发布release之后触发
33
on:
4+
# 手动触发事件
5+
workflow_dispatch:
46
release:
57
types: [released]
68
# 定义一个发行任务

0 commit comments

Comments
 (0)