Skip to content

Commit 9fbd09b

Browse files
Add OVSX publish step to release workflow (#21)
1 parent a6b8bab commit 9fbd09b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: npm ci
2222
- run: npm run build
2323
- run: npx vsce publish -p ${{ secrets.VSCODE_MARKET_TOKEN }}
24+
- run: npx ovsx publish -p ${{ secrets.OVSX_PAT }}
2425
- run: cp -r dist/server server/dist # Move server build into server dir
2526
- run: cp README.md server
2627
- run: npm publish --access public

0 commit comments

Comments
 (0)