We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3630ea8 commit 4b4fdb9Copy full SHA for 4b4fdb9
.github/workflows/release.js.yml
@@ -22,6 +22,8 @@ jobs:
22
- run: npm test
23
- run: |
24
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
25
+ git config user.email "[email protected]"
26
+ git config user.name "Kazato Sugimoto"
27
npm run release --ci
28
env:
29
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments