浏览代码

Update cd_src_release.yml

Ray 5 年之前
父节点
当前提交
2cf8352b95
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/cd_src_release.yml

+ 2 - 2
.github/workflows/cd_src_release.yml

@@ -1,9 +1,9 @@
 name: CD - Source Build & Release - Linux
 
-# Trigger the workflow on release create activity
+# Trigger the workflow on release publish
 on: 
   release:
-    types: create
+    types: [published]
 
 jobs:
   release: