Skip to content

Commit 0ddcade

Browse files
authored
Update publish-vscode-extension.yml
1 parent 6244e6a commit 0ddcade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Bump version
2323
run: |
24-
git config --global user.email "[email protected]"
25-
git config --global user.name "GitHub Actions"
24+
git config --global user.email "[email protected]"
25+
git config --global user.name "anovoa"
2626
npm version patch -m "Bump version to %s [skip ci]"
2727
git push --follow-tags
2828
env:

0 commit comments

Comments
 (0)