Explorar el Código

Update release.bat.

Jeff Lanzarotta hace 1 año
padre
commit
535e109abb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      release.bat

+ 1 - 1
release.bat

@@ -8,7 +8,7 @@ set /p "GH_TOKEN=" <GITHUB_TOKEN
 git tag -a %1 -m "Release %1."
 git push origin %1
 
-gh release %1 --notes-from-tag
+gh release create %1 --notes-from-tag
 
 goto :done