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: