Skip to content

Commit fddb123

Browse files
committed
Test = github ci
1 parent 6374184 commit fddb123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
version: 10.x
19+
- run: git config --global user.email "[email protected]"
20+
- run: git config --global user.name "Git Ci"
1921
- run: npm version from-git
2022
- name: Publish
2123
uses: actions/npm@master

0 commit comments

Comments
 (0)