Skip to content

Commit

Permalink
Merge pull request #19 from pinterest/dangerismycat-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
dangerismycat authored Jan 12, 2023
2 parents 38f5f6d + eb9f183 commit 4767e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: npm install -g vsce
- name: Publish to VSCode marketplace
run: |
git config --global user.email vueringschristian@gmail.com > /dev/null 2>&1
git config --global user.name christianvuerings > /dev/null 2>&1
git config --global user.email ryanwilsonjames@gmail.com > /dev/null 2>&1
git config --global user.name dangerismycat > /dev/null 2>&1
npm run generate:snippets
git add .
git diff-index --quiet HEAD || git commit -m "Update snippets"
Expand Down

0 comments on commit 4767e15

Please sign in to comment.