Skip to content

Commit 4b4fdb9

Browse files
committed
Set git identity to commit
1 parent 3630ea8 commit 4b4fdb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- run: npm test
2323
- run: |
2424
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
25+
git config user.email "[email protected]"
26+
git config user.name "Kazato Sugimoto"
2527
npm run release --ci
2628
env:
2729
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)