Skip to content

Commit

Permalink
dev: pub to marketplace added to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HYP3R00T committed Jul 18, 2024
1 parent ddb9a93 commit a5faae9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
artifacts: ./*.vsix
draft: false
prerelease: false

- name: Publish to VSCode Marketplace
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
run: |
vsce publish -p $VSCE_TOKEN

0 comments on commit a5faae9

Please sign in to comment.