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