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 6374184 commit fddb123Copy full SHA for fddb123
.github/workflows/publish.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-node@v1
17
with:
18
version: 10.x
19
+ - run: git config --global user.email "[email protected]"
20
+ - run: git config --global user.name "Git Ci"
21
- run: npm version from-git
22
- name: Publish
23
uses: actions/npm@master
0 commit comments