瀏覽代碼

better publish hook

Rodja Trappe 2 年之前
父節點
當前提交
a36ded5587
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -2,7 +2,7 @@ name: Publish Release
 
 on:
   release:
-    types: [created]
+    types: [published]
 
 jobs:
   pypi: