From 9c7db3c0baae634bbc6e58b36b8cc2fd84db33a4 Mon Sep 17 00:00:00 2001 From: Jochem Date: Fri, 5 Jul 2024 14:39:28 +0200 Subject: [PATCH] Test action --- .github/workflows/set-appversion.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/set-appversion.yml b/.github/workflows/set-appversion.yml index d242280..b167740 100644 --- a/.github/workflows/set-appversion.yml +++ b/.github/workflows/set-appversion.yml @@ -25,8 +25,7 @@ jobs: tar -xvf /tmp/yq.tgz -C /tmp chmod +x /tmp/yq_linux_amd64 export VERSION=$(/tmp/yq_linux_amd64 '.librenms.image.tag' charts/librenms/values.yaml) - /tmp/yq_linux_amd64 -e -i '.appVersion = $VERSION' charts/librenms/Chart.yaml - rm yq + /tmp/yq_linux_amd64 -e -i '.appVersion = $VERSION' charts/librenms/Chart.yaml # Commit all changed files back to the repository