Skip to content

Commit

Permalink
fix: fix vcpkg version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Apr 22, 2023
1 parent 6595ff7 commit 926dc2c
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 }}" vspkg.json > vspkg.json'

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

0 comments on commit 926dc2c

Please sign in to comment.