From 4780dc9439b9b25aea15d7e86b9af0dcc5461ee3 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Thu, 30 May 2024 12:52:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20improve=20provider=20release=20v?= =?UTF-8?q?ersion=20detect=20(#4144)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ivan Milchev --- .github/workflows/providers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/providers.yaml b/.github/workflows/providers.yaml index 63a25ee31f..fcc78cb4fe 100644 --- a/.github/workflows/providers.yaml +++ b/.github/workflows/providers.yaml @@ -54,7 +54,7 @@ jobs: continue fi cd providers/$p - REPO_VERSION=$(grep Version config/config.go | cut -f2 -d\") + REPO_VERSION=$(grep Version: config/config.go | cut -f2 -d\") STATUS_CODE=$(curl -s -o /dev/null -I -w "%{http_code}" https://releases.mondoo.com/providers/${p}/latest.json) if [ "$STATUS_CODE" -eq "404" ]; then DIST_VERSION="unreleased"