Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Aug 18, 2024
1 parent 2d0c641 commit 2fa95cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git status
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add dist/
git add .
git commit -m "chore: committing generated dist" --no-verify
git push
exit 1
Expand Down

0 comments on commit 2fa95cd

Please sign in to comment.