ci: update release workflow try8

This commit is contained in:
Ritesh Ghosh
2025-05-12 00:40:18 +05:30
parent 2f997b4bb7
commit 27d69029bf
+1 -1
View File
@@ -37,4 +37,4 @@ 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 --semi --tab-width 4 --no-use-tabs --print-width 80 --no-single-quote --arrow-parens always --trailing-comma es5 --single-attribute-per-line 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