Skip to content

Commit

Permalink
Package step with email
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirka Fajfr committed Jun 4, 2024
1 parent ff26a0a commit ce221af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Commit
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add dist/
git commit -m "chore: Update dist" || echo "No changes to commit"
git push origin HEAD:main

0 comments on commit ce221af

Please sign in to comment.