Skip to content

Commit 666da4c

Browse files
authored
Merge pull request #28 from uiur/master
Release 2022-01-18 08:22:58
2 parents 8b607cc + 4b4fdb9 commit 666da4c

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)