diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 953e87430a1..0a1a61185be 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -25,6 +25,8 @@ jobs: run: npm run site:build:install - name: Generate Contributors run: node ./tools/contributors.mjs ${{ secrets.GITHUB_TOKEN }} + - name: Format the package.json file + run: npm run format:fix:prettier - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: 'chore: update contributors field'