Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 15, 2022
1 parent 342edfb commit 819abde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 819abde

Please sign in to comment.