Skip to content

Commit

Permalink
CI: Publish VS Code extension to OpenVSX Registry (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code authored and rhamzeh committed Aug 15, 2023
1 parent 079f440 commit 05eb4f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
cache: 'npm'
cache-dependency-path: ./package-lock.json
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # 1.4.0
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@dfe4f6ad46624424fe24cb5bca79839183399045 # 1.4.0
with:
Expand Down

0 comments on commit 05eb4f2

Please sign in to comment.