From 1474b34972468dc4c34f9aabfce581cff023bcca Mon Sep 17 00:00:00 2001 From: Aleksandra Bozhinoska Date: Mon, 24 Mar 2025 14:31:44 +0100 Subject: [PATCH] SQSCANGHA-87 Fix the new version in version update (#182) --- .github/workflows/version_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_update.yml b/.github/workflows/version_update.yml index ae454b9..87f2019 100644 --- a/.github/workflows/version_update.yml +++ b/.github/workflows/version_update.yml @@ -37,7 +37,7 @@ jobs: env: NEW_VERSION: ${{ steps.latest-version.outputs.sonar-scanner-version }} run: | - yq -i '.inputs.scannerVersion.default = "$NEW_VERSION"' action.yml + yq -i '.inputs.scannerVersion.default = strenv(NEW_VERSION)' action.yml - name: "Create Pull Request for version update" if: steps.tagged-version.outputs.sonar-scanner-version != steps.latest-version.outputs.sonar-scanner-version shell: bash