Skip to content

Commit

Permalink
add an indent param to jq
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Sep 18, 2023
1 parent cfc74f8 commit 0e44138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Update Version in package.json
run: |
jq ".version = \"$new_version\"" package.json > package.json.tmp
jq ".version = \"$new_version\"" package.json --indent 4 > package.json.tmp
mv package.json.tmp package.json
git add package.json
Expand Down

0 comments on commit 0e44138

Please sign in to comment.