Skip to content

Commit 159760b

Browse files
author
sangeet-joy_xero
committed
upated yq eval syntax
1 parent 3699d26 commit 159760b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-yaml-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Update version of the yaml files
7171
run: |
7272
for file in xero_accounting.yaml xero_assets.yaml xero_bankfeeds.yaml xero_files.yaml xero-app-store.yaml xero-finance.yaml xero-identity.yaml xero-payroll-au.yaml xero-payroll-nz.yaml xero-payroll-uk.yaml xero-projects.yaml; do
73-
yq eval --no-colors --prettyPrint ".info.version = "${{steps.get_latest_release_number.outputs.releaseVersion}}" -i "$file"
73+
yq eval --no-colors --prettyPrint ".info.version = \"${{steps.get_latest_release_number.outputs.releaseVersion}}\" -i "$file"
7474
echo "updated version in $file"
7575
done
7676

0 commit comments

Comments
 (0)