diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82fca82..ba7496a 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 --write package.json \ No newline at end of file + run: npx prettier --config prettier.config.mjs --write package.json \ No newline at end of file