Skip to content

Commit

Permalink
temporarily remove publish to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 9, 2023
1 parent a087321 commit c2f3eaf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
- run: yarn install
- run: yarn build

- name: Upload VSIX
uses: actions/upload-artifact@v3
with:
name: dvc.vsix
path: ./extension/dvc.vsix
# - name: Upload VSIX
# uses: actions/upload-artifact@v3
# with:
# name: dvc.vsix
# path: ./extension/dvc.vsix

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
extensionFile: './extension/dvc.vsix'
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
# - name: Publish to Visual Studio Marketplace
# uses: HaaLeo/publish-vscode-extension@v1
# with:
# extensionFile: './extension/dvc.vsix'
# pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
# registryUrl: https://marketplace.visualstudio.com

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
Expand Down

0 comments on commit c2f3eaf

Please sign in to comment.