Skip to content

Commit 381770c

Browse files
committed
Allow commits
1 parent 11a7768 commit 381770c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- run: |
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "CI"
2325
git commit --allow-empty -m "feat(deploy): Release a new version"
2426
2527
- uses: tobua/release-npm-action@v3

0 commit comments

Comments
 (0)