Archived
1
0

chore(ci): migrate from hub to gh (#3168)

This commit is contained in:
Akash Satheesan
2021-04-20 02:21:33 +05:30
committed by GitHub
parent 6d65680c23
commit 724ee93e81
5 changed files with 26 additions and 31 deletions

View File

@ -7,10 +7,10 @@ main() {
cd "$(dirname "$0")/../.."
source ./ci/lib.sh
hub release create \
--file - \
-t "$(git rev-parse HEAD)" \
--draft "v$VERSION" <<EOF
gh release create "v$VERSION" \
--notes-file - \
--target "$(git rev-parse HEAD)" \
--draft <<EOF
v$VERSION
VS Code v$(vscode_version)