Skip to content

Commit

Permalink
removed push to openvsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeslide committed Mar 7, 2021
1 parent 928fb17 commit 6b3ce57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- name: set VSIX env
run: echo "VSIX=$(basename ${{ env.VSIX_PATH }})" >> $GITHUB_ENV

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
with:
pat: ${{ secrets.OPENVSX_MARKETPLACE_TOKEN }}
extensionFile: ${{ env.VSIX_PATH }}
packagePath: ''
# - name: Publish to Open VSX Registry
# uses: HaaLeo/publish-vscode-extension@v0
# with:
# pat: ${{ secrets.OPENVSX_MARKETPLACE_TOKEN }}
# extensionFile: ${{ env.VSIX_PATH }}
# packagePath: ''

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v0
Expand Down

0 comments on commit 6b3ce57

Please sign in to comment.