Skip to content

Commit e252f26

Browse files
authored
Update node.js.yml
1 parent 9330245 commit e252f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- run: cd dist/
3333
- run: git init
3434
- run: git add -A
35-
- run: git config user.email kavishrmunjal@gmail.com
35+
- run: git config user.name "Kavish" && git config user.email kavishrmunjal@gmail.com
3636
- run: git commit -m 'deploy'
3737
- run: git log

0 commit comments

Comments
 (0)