Explorar el Código

Update release.yml

木木的木头 hace 2 años
padre
commit
d8335fcf5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/release.yml

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

@@ -3,7 +3,7 @@ name: Build and Release
 on:
   workflow_dispatch:
   release:
-    types: [released]
+    types: [released,prereleased]
 
       
 jobs: