Skip to content

Commit 41ad0c0

Browse files
nhooyrjsjoeio
authored andcommitted
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 41ad0c0

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

ci/build/release-github-draft.sh

+1-1
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)

docs/install.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Install
44

5-
- [Install](#install)
6-
- [Upgrading](#upgrading)
7-
- [install.sh](#installsh)
8-
- [Flags](#flags)
9-
- [Detection Reference](#detection-reference)
10-
- [Debian, Ubuntu](#debian-ubuntu)
11-
- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse)
12-
- [Arch Linux](#arch-linux)
13-
- [yarn, npm](#yarn-npm)
14-
- [macOS](#macos)
15-
- [Standalone Releases](#standalone-releases)
16-
- [Docker](#docker)
17-
- [helm](#helm)
5+
- [Upgrading](#upgrading)
6+
- [install.sh](#installsh)
7+
- [Flags](#flags)
8+
- [Detection Reference](#detection-reference)
9+
- [Debian, Ubuntu](#debian-ubuntu)
10+
- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse)
11+
- [Arch Linux](#arch-linux)
12+
- [yarn, npm](#yarn-npm)
13+
- [macOS](#macos)
14+
- [Standalone Releases](#standalone-releases)
15+
- [Docker](#docker)
16+
- [helm](#helm)
1817

1918
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2019

0 commit comments

Comments
 (0)