Skip to content

Commit

Permalink
fix: fixed ci vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Apr 22, 2023
1 parent 28bc19d commit fbd1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
uses: sergeysova/jq-action@v2
id: version
with:
cmd: 'jq .version="${{ steps.semantic.outputs.new_release_version }}" vspkg.json > vspkg.json'
cmd: 'jq ".version=\\"${{ steps.semantic.outputs.new_release_version }}\\"" vcpkg.json > vcpkg.json'

- name: Commit and push changes
run: |
Expand Down

0 comments on commit fbd1686

Please sign in to comment.