Explorar el Código

ci: set release_type default back to Action

TheWildJames hace 2 semanas
padre
commit
d5b8ff0efb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

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

@@ -14,7 +14,7 @@ on:
           - Action
           - Pre-Release
           - Release
-        default: Pre-Release
+        default: Action
       kernel_build_version:
         description: "Kernel Version"
         type: choice