fix typo in vscode cron (#5800)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2020-04-30 16:40:08 +02:00 committed by GitHub
parent 85224e0ca6
commit 0d65065e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ jobs:
# have one version on the marketplace at any given time, and any
# upload replaces the existing version.
GITHUB=$(curl https://api.github.com/repos/digital-asset/daml/releases -s \
| jq -r '. | map(select(.prerelease == false))
| jq -r '. | map(select(.prerelease == false)
| .tag_name
| .[1:]
| split (".")