Skip to content

Commit

Permalink
Merge pull request #390 from github/felipesu19-patch-1
Browse files Browse the repository at this point in the history
Ditch VSX publish
  • Loading branch information
felipesu19 committed Sep 10, 2024
2 parents 574bed9 + b853e75 commit d8facfa
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,3 @@ jobs:
pat: ${{ secrets.PUBLISHER_KEY }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ./vscode-github-actions-${{ needs.release.outputs.version }}.vsix

open-vsx-publish:
name: Publish to Open VSX Registry
needs: release
environment: publish-open-vsx
runs-on: ubuntu-latest
env:
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: vscode-github-actions-${{ needs.release.outputs.version }}.vsix

- name: Publish to Registry
run: |
npx ovsx publish -p $OPEN_VSX_TOKEN *.vsix

0 comments on commit d8facfa

Please sign in to comment.