Browse Source

fix release workflow

wangweimin 3 years ago
parent
commit
9ce8fb2111
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/release.yml

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

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