diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a0e16d..fd68717 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 --config ./prettier.config.mjs --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