Skip to content

Commit fd1674f

Browse files
committed
test
1 parent 8bc1ae4 commit fd1674f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
2828
- name: Update version (patch)
2929
run: |
30+
git config user.email "you@example.com"
31+
git config user.name "you"
3032
git stash
3133
npm version patch
34+
git stash pop
3235
3336
- name: Publish to NPM
3437
run: npm publish

0 commit comments

Comments
 (0)