Skip to content

Commit

Permalink
Configure Git user for version bump commit in npm-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
athrvk committed Dec 4, 2024
1 parent 998f821 commit 3665805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
# Push the version bump commit
- name: Push version bump
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git commit -am "chore: bump version [skip ci]"
git push origin master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3665805

Please sign in to comment.