Skip to content

Commit 797c113

Browse files
committed
fix: publish needed a global git config for npm publish cmd
1 parent 5a71abd commit 797c113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Bump node-vault version
4141
run: |
42+
git config --global user.email "github-actions[bot]@github.com"
43+
git config --global user.name "github-actions[bot]"
4244
npm version ${{ github.event.inputs.semver }}
4345
4446
- name: Push changes

0 commit comments

Comments
 (0)