Skip to content

Commit 1babaed

Browse files
committed
fix: ci
1 parent 6505712 commit 1babaed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,15 @@ jobs:
7676
- name: Release
7777
if: startsWith(matrix.os, 'ubuntu') && matrix.version == 'stable' && github.ref == 'refs/heads/master'
7878
run: |
79+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
80+
git config --global user.name "github-actions[bot]"
7981
npm run organize
8082
npx @vscode/vsce package -o svn-scm-community.vsix
8183
npm run semantic-release
8284
env:
8385
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
8486
GITHUB_TOKEN: ${{ github.token }}
8587
GH_TOKEN: ${{ github.token }}
86-
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_EMAIL }}
87-
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_EMAIL }}
88-
GIT_AUTHOR_NAME: ${{ secrets.GIT_NAME }}
89-
GIT_COMMITTER_NAME: ${{ secrets.GIT_NAME }}
9088

9189
eslint:
9290
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)