Skip to content

Commit 1474b34

Browse files
SQSCANGHA-87 Fix the new version in version update (#182)
1 parent 9616286 commit 1474b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
NEW_VERSION: ${{ steps.latest-version.outputs.sonar-scanner-version }}
3939
run: |
40-
yq -i '.inputs.scannerVersion.default = "$NEW_VERSION"' action.yml
40+
yq -i '.inputs.scannerVersion.default = strenv(NEW_VERSION)' action.yml
4141
- name: "Create Pull Request for version update"
4242
if: steps.tagged-version.outputs.sonar-scanner-version != steps.latest-version.outputs.sonar-scanner-version
4343
shell: bash

0 commit comments

Comments
 (0)