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

@@ -15,7 +15,7 @@ main() {
for i in "${!assets[@]}"; do
assets[$i]="--attach=${assets[$i]}"
done
EDITOR=true hub release edit --draft "${assets[@]}" "v$VERSION"
EDITOR=true gh release upload "v$VERSION" "${assets[@]}"
}
main "$@"