Skip to content

Commit

Permalink
fix: update vss-extension-dev.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 11, 2024
1 parent 3338254 commit b8227d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8227d5

Please sign in to comment.