Skip to content

Commit

Permalink
skip open visx for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Aug 8, 2024
1 parent b380d95 commit 386e006
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
with:
node-version: 18
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
id: publishToOpenVSX
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
# - name: Publish to Open VSX Registry
# uses: HaaLeo/publish-vscode-extension@v1
# id: publishToOpenVSX
# with:
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 386e006

Please sign in to comment.