Skip to content

Commit

Permalink
give git some user details
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdeggen committed Apr 4, 2024
1 parent c621300 commit 9e93476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
run: npm install
- name: Test
run: npm run test
- name: Configure Git
run: |
git config --local user.email "support@bsvblockchain.org"
git config --local user.name "Automated Version Bump"
- name: Version
run: npm version patch
env:
Expand Down

0 comments on commit 9e93476

Please sign in to comment.