Skip to content

Commit

Permalink
fix yq call for vcpkg version (#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRayskiy authored Jan 1, 2025
1 parent e0d88c3 commit f695e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: extract-tag
run: |
# TODO: call 'config.yml' for predefined values only
current_vcpkg_tag=$(yq --raw-output '.on.workflow_call.outputs.vcpkg_version.value' .github/workflows/config.yml)
current_vcpkg_tag=$(yq eval -r '.on.workflow_call.outputs.vcpkg_version.value' .github/workflows/config.yml)
echo "current_vcpkg_tag=${current_vcpkg_tag}" >> $GITHUB_OUTPUT
echo "current vcpkg tag: ${current_vcpkg_tag}"
shell: bash
Expand Down

0 comments on commit f695e96

Please sign in to comment.