Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Feb 2, 2021
1 parent 62b1da8 commit 435a2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ jobs:
- name: Publish to VSCode Marketplace
shell: bash
run: |
[ -z "${{ secrets.VSCE_TOKEN }}" ] && \
[ -n "${{ secrets.VSCE_TOKEN }}" ] && \
npx vsce publish --packagePath ${{ needs.build.outputs.name }}.vsix -p ${{ secrets.VSCE_TOKEN }} || true
- name: Publish to Open VSX Registry
shell: bash
run: |
[ -z "${{ secrets.OVSX_TOKEN }}" ] && \
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
npx ovsx publish ${{ needs.build.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true

0 comments on commit 435a2d4

Please sign in to comment.