ci: update release workflow try9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user