Skip to content

Commit 0ef47e0

Browse files
committed
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.
1 parent 2a127f1 commit 0ef47e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/release-github-draft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main() {
1010
hub release create \
1111
--file - \
1212
-t "$(git rev-parse HEAD)" \
13-
--draft "${assets[@]}" "v$VERSION" << EOF
13+
--draft "v$VERSION" << EOF
1414
v$VERSION
1515
1616
VS Code v$(vscode_version)

0 commit comments

Comments
 (0)