ci: update release workflow try9

This commit is contained in:
Ritesh Ghosh
2025-05-12 00:42:02 +05:30
parent 252e2a95f6
commit 39e23b5707
+1 -1
View File
@@ -37,4 +37,4 @@ jobs:
body: ${{ steps.changelog.outputs.clean_changelog }}
- name: Fix identation in package.json
run: npx prettier --semi --tab-width 4 --no-use-tabs --print-width 80 --no-single-quote --arrow-parens always --trailing-comma es5 --single-attribute-per-line --write package.json
run: jq --indent 4 . package.json > tmp.json && mv tmp.json package.json