From 0d65065e60dfb41700ad7c709ed71213a9c6524c Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Thu, 30 Apr 2020 16:40:08 +0200 Subject: [PATCH] fix typo in vscode cron (#5800) CHANGELOG_BEGIN CHANGELOG_END --- azure-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-cron.yml b/azure-cron.yml index 58729740fd..81ffe10074 100644 --- a/azure-cron.yml +++ b/azure-cron.yml @@ -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 (".")