ci: update release workflow try6
This commit is contained in:
@@ -38,5 +38,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Fix identation in package.json
|
- name: Fix identation in package.json
|
||||||
run: |
|
run: |
|
||||||
tmp=$(mktemp)
|
echo "Fixing identation in package.json"
|
||||||
jq --indent 4 . package.json > "$tmp" && mv "$tmp" package.json
|
jq '.' package.json > tmp.json && mv tmp.json package.json
|
||||||
|
echo "Done"
|
||||||
Reference in New Issue
Block a user