We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b8bab commit 9fbd09bCopy full SHA for 9fbd09b
1 file changed
.github/workflows/release.yml
@@ -21,6 +21,7 @@ jobs:
21
- run: npm ci
22
- run: npm run build
23
- run: npx vsce publish -p ${{ secrets.VSCODE_MARKET_TOKEN }}
24
+ - run: npx ovsx publish -p ${{ secrets.OVSX_PAT }}
25
- run: cp -r dist/server server/dist # Move server build into server dir
26
- run: cp README.md server
27
- run: npm publish --access public
0 commit comments