Skip to content

Commit

Permalink
feat: add git uname and email.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baggins800 committed May 27, 2024
1 parent 85f714a commit b521e07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
node-version: 16
- run: npm ci
- name: Set Git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "Ruan Luies"
- run: npm run release
- name: Set Git user
run: |
Expand Down

0 comments on commit b521e07

Please sign in to comment.