From abf524d96124c744b2da4eb4a3e69ebe19ec2229 Mon Sep 17 00:00:00 2001 From: Aleksandra Bozhinoska Date: Mon, 24 Mar 2025 14:27:14 +0100 Subject: [PATCH] Fix the new version in version update --- .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..19f430f 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 = $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