SQSCANGHA-87 Fix the new version in version update (#182)

This commit is contained in:
Aleksandra Bozhinoska 2025-03-24 14:31:44 +01:00 committed by Julien HENRY
parent 961628671d
commit 1474b34972

View file

@ -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