Skip to content

Commit

Permalink
Update deployVsCodeExtension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpearon authored Feb 27, 2024
1 parent 1fbb5ee commit 5c247f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deployVsCodeExtension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
- uses: actions/checkout@v2
- run: npm install
- uses: phips28/gh-action-bump-version@v11.0.0
with:
skip-tag: 'true'
env:
process.env.GITHUB_USER: "Matthew Pearon"
process.env.GITHUB_EMAIL: "mpearon@users.noreply.github.com"
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
process.env.GITHUB_USER: "Matthew Pearon"
process.env.GITHUB_EMAIL: "mpearon@users.noreply.github.com"

0 comments on commit 5c247f2

Please sign in to comment.