Skip to content

Commit d8facfa

Browse files
authored
Merge pull request #390 from github/felipesu19-patch-1
Ditch VSX publish
2 parents 574bed9 + b853e75 commit d8facfa

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,3 @@ jobs:
147147
pat: ${{ secrets.PUBLISHER_KEY }}
148148
registryUrl: https://marketplace.visualstudio.com
149149
extensionFile: ./vscode-github-actions-${{ needs.release.outputs.version }}.vsix
150-
151-
open-vsx-publish:
152-
name: Publish to Open VSX Registry
153-
needs: release
154-
environment: publish-open-vsx
155-
runs-on: ubuntu-latest
156-
env:
157-
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
158-
steps:
159-
- name: Download artifact
160-
uses: actions/download-artifact@v4
161-
with:
162-
name: vscode-github-actions-${{ needs.release.outputs.version }}.vsix
163-
164-
- name: Publish to Registry
165-
run: |
166-
npx ovsx publish -p $OPEN_VSX_TOKEN *.vsix

0 commit comments

Comments
 (0)