diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58ea28e..d61d37d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,3 +27,6 @@ jobs: tag: ${{ steps.changelog.outputs.tag }} name: ${{ steps.changelog.outputs.tag }} body: ${{ steps.changelog.outputs.clean_changelog }} + + - name: Fix identation in package.json + run: npx prettier --write package.json \ No newline at end of file