Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Sep 4, 2024
1 parent 55210a0 commit 58fd944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-QAExtension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo
echo "Updating task.json with the new version: ${new_version}"
jq --argjson major "$current_major" --argjson minor "$current_minor" --argjson patch "$current_patch" '.version.Major |= $major' || '.version.Minor |= $minor' || '.version.Patch |= $patch' task.json > task.json.tmp && mv task.json.tmp task.json
jq --argjson major "$current_major" --argjson minor "$current_minor" --argjson patch "$current_patch" '.version.Major |= $major' && '.version.Minor |= $minor' && '.version.Patch |= $patch' task.json > task.json.tmp && mv task.json.tmp task.json
cat task.json
echo "Updated task.json file"
Expand Down

0 comments on commit 58fd944

Please sign in to comment.