ci: update release workflow try5
This commit is contained in:
@@ -37,4 +37,6 @@ jobs:
|
|||||||
body: ${{ steps.changelog.outputs.clean_changelog }}
|
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||||
|
|
||||||
- name: Fix identation in package.json
|
- name: Fix identation in package.json
|
||||||
run: npx prettier --config ../../prettier.config.mjs --write package.json
|
run: |
|
||||||
|
tmp=$(mktemp)
|
||||||
|
jq --indent 4 . package.json > "$tmp" && mv "$tmp" package.json
|
||||||
Reference in New Issue
Block a user