Skip to content

Commit

Permalink
Merge pull request #70 from daimor/master
Browse files Browse the repository at this point in the history
fix publishing
  • Loading branch information
gjsjohnmurray authored Feb 2, 2021
2 parents 62b1da8 + 435a2d4 commit 6746384
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 6746384

Please sign in to comment.