Skip to content

Commit

Permalink
ovsx again
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 46565b0 commit b7d5a59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ jobs:
pnpm help
- run: |
cd typescript/vscode-ext/packages
pnpm vsce publish --pre-release --packagePath ./out/*.vsix
pnpm ovsx publish --pre-release --packagePath ./out/*.vsix
env:
VSCE_PAT: ${{ secrets.VSCODE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}
- run: |
cd typescript/vscode-ext/packages
pnpm vsce publish --pre-release --packagePath ./out/*.vsix
env:
VSCE_PAT: ${{ secrets.VSCODE_PAT }}

0 comments on commit b7d5a59

Please sign in to comment.