Explorar el Código

fix(CI): trigger artifact generation on re-publishing (#447)

This allows a failed release job to create assets by unpublishing and
republishing a release.

Signed-off-by: squat <lserven@gmail.com>
Lucas Servén Marín hace 2 meses
padre
commit
0261a13857
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -1,6 +1,6 @@
 on:
   release:
-    types: [created]
+    types: [created, published]
 name: Handle Release
 jobs:
   kgctl: