diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index fd8d393..89b81c0 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -83,8 +83,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }} run: | echo "updating version" - git config --local user.name "$(git log -n 1 --pretty=format:%an)" - git config --local user.email "$(git log -n 1 --pretty=format:%ae)" + git config --global user.name "$(git log -n 1 --pretty=format:%an)" + git config --global user.email "$(git log -n 1 --pretty=format:%ae)" git add vss-extension-dev.json git commit -m "update extension version [skip ci]" git push origin main