Browse Source

Update release.bat.

Jeff Lanzarotta 1 năm trước cách đây
mục cha
commit
535e109abb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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