Skip to content

Commit

Permalink
chore: fix vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikShah committed Jun 28, 2024
1 parent 134234e commit fb4abaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
- name: Release to vsce
if: startsWith(github.ref, 'refs/tags/')
run: vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Release to openvsix
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit fb4abaa

Please sign in to comment.