Skip to content

Commit 9a73080

Browse files
committed
fix: add git user config to fix release action
1 parent 807b37d commit 9a73080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: |
3333
VERSION=${{ github.event.inputs.version }}
3434
35+
git config --global user.email "[email protected]"
36+
git config --global user.name "release bot"
3537
git add package.json dist
3638
git commit -m "$VERSION"
3739
git tag v$VERSION

0 commit comments

Comments
 (0)