diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 1a86ddf42..c004cd706 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -25,7 +25,9 @@ jobs: run: | git config --global user.email ${{ secrets.GIT_EMAIL }} git config --global user.name ${{ secrets.GIT_USERNAME }} - npm run contributors + npx git-authors-cli + npx finepack + git add package.json && git commit -m 'build: contributors' --no-verify) || echo "nothing to add" - name: Push changes uses: ad-m/github-push-action@master with: