Skip to content

Commit

Permalink
Add open-vsx deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrayer committed Jun 27, 2024
1 parent a55e525 commit 9832f41
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/Publish-VSCode-Extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
tags:
- "v[0-9]*"
- 'v[0-9]*'

name: Deploy Extension
jobs:
Expand All @@ -13,13 +13,14 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/internals/setup-js
- run: yarn build
# - name: Publish to Open VSX Registry
# uses: HaaLeo/publish-vscode-extension@v1
# with:
# packagePath: ./inst/vscode-extension/
# yarn: true
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
# dryRun: ${{ github.ref_name == 'main' }}
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
packagePath: ./inst/vscode-extension/
yarn: true
pat: ${{ secrets.VSX_TOKEN }}
skipDuplicate: true
dryRun: ${{ github.ref_name == 'main' }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 9832f41

Please sign in to comment.