Archived
1
0

release-github-draft.sh: Remove incorrect assets reference

I think at some point this script created the release and attached
assets but that's not the case anymore.

For some reason this would error with undefined variable reference for
joe but bash doesn't complain for me or Asher.

Not sure what the difference is.
This commit is contained in:
Anmol Sethi
2021-02-05 16:26:34 -05:00
committed by Joe Previte
parent 2a127f168c
commit 41ad0c0c4c
2 changed files with 13 additions and 14 deletions

View File

@ -10,7 +10,7 @@ main() {
hub release create \
--file - \
-t "$(git rev-parse HEAD)" \
--draft "${assets[@]}" "v$VERSION" << EOF
--draft "v$VERSION" << EOF
v$VERSION
VS Code v$(vscode_version)