瀏覽代碼

fix release workflow

wangweimin 3 年之前
父節點
當前提交
9ce8fb2111
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/release.yml

+ 2 - 1
.github/workflows/release.yml

@@ -1,7 +1,8 @@
 name: Release
 name: Release
 
 
+# https://github.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/22
 on:
 on:
-  create:
+  push:
     tags:
     tags:
       - v*
       - v*