Skip to content

Commit 305b41e

Browse files
committed
[skip ci] Update version script.
1 parent 3d6fd12 commit 305b41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Bump version
3434
run: |
35+
git config user.name github-actions[bot]
36+
git config user.email github-actions[bot]@users.noreply.github.com
3537
pnpm run version ${{ inputs.version }}
3638
git push origin --tags --force
3739

0 commit comments

Comments
 (0)