Skip to content

Commit 2ffcb58

Browse files
committed
Set git user configuration
1 parent b84c078 commit 2ffcb58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
registry-url: "https://registry.npmjs.org"
2323
- run: npm install
2424
- run: npm run build
25+
- name: Set git user
26+
run: |
27+
git config --global user.email "[email protected]"
28+
git config --global user.name "npm-action"
2529
- run: npm version patch -m "Bump version to %s [skip ci]"
2630
- run: npm publish --access public
2731
env:

0 commit comments

Comments
 (0)