From 27d69029bf98181e9c305981076d1db0d2eff3af Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 00:40:18 +0530 Subject: [PATCH] ci: update release workflow try8 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d66dcf0..56d10d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 + 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 \ No newline at end of file