Explorar el Código

Update cd_src_release.yml

Ray hace 5 años
padre
commit
2cf8352b95
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: