Skip to content

Commit

Permalink
Update publish comand
Browse files Browse the repository at this point in the history
  • Loading branch information
lostintangent authored Jul 2, 2021
1 parent 0a53a7d commit 5d330b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- run: npm install
- name: Publish to VS Marketplace
if: success() && startsWith(github.ref, 'refs/tags/')
run: npx vsce publish --web
run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 5d330b4

Please sign in to comment.