Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Aug 19, 2024
1 parent 797038c commit df0d5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
echo "Updating task.json version to: ${new_version}"
echo "Updating task.json with the new version: ${new_version}"
jq --arg patch_version $((current_patch+1)) '.version.Patch |= $patch_version' task.json > task.json.tmp && mv task.json.tmp task.json
jq --argjson patch_version $((current_patch+1)) '.version.Patch |= $patch_version' task.json > task.json.tmp && mv task.json.tmp task.json
echo "Updated task.json file"
cat task.json
Expand Down

0 comments on commit df0d5df

Please sign in to comment.