We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7647d commit 1245412Copy full SHA for 1245412
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,8 @@ jobs:
34
run: pnpm package
35
36
- name: Publish Extension
37
- run: npx vsxpub --no-dependencies --exclude ovsx
+ run: npx vsxpub --no-dependencies
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
VSCE_PAT: ${{secrets.VSCE_PAT}}
41
+ OVSX_PAT: ${{secrets.OVSX_PAT}}
0 commit comments