ci: update release workflow try6

This commit is contained in:
Ritesh Ghosh
2025-05-12 00:37:08 +05:30
parent 26437d157d
commit 2db01a86d7
+3 -2
View File
@@ -38,5 +38,6 @@ jobs:
- name: Fix identation in package.json
run: |
tmp=$(mktemp)
jq --indent 4 . package.json > "$tmp" && mv "$tmp" package.json
echo "Fixing identation in package.json"
jq '.' package.json > tmp.json && mv tmp.json package.json
echo "Done"