Skip to content

Commit

Permalink
ci: config for git
Browse files Browse the repository at this point in the history
  • Loading branch information
adiwajshing committed Oct 29, 2024
1 parent 78001aa commit bb3f723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
working-directory: ./${{ matrix.package-dir }}
run: npm run lint

- name: Configure Git
run: |
git config --global user.email "hi@reclaimprotocol.org"
git config --global user.name "Reclaim CI"
- name: Publish to NPM
working-directory: ./${{ matrix.package-dir }}
env:
Expand Down

0 comments on commit bb3f723

Please sign in to comment.