File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments