Skip to content

Commit 887dba4

Browse files
Update ci.yml
1 parent 5343aae commit 887dba4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@ jobs:
5050
- name: Login NPM
5151
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
5252

53+
- name: Config Git
54+
run: |
55+
git config --global user.email "hmdarkfire.dev@gmail.com"
56+
git config --global user.name "Henrique Marques"
57+
5358
- name: Push package
5459
run: yarn release

0 commit comments

Comments
 (0)