Navigation Menu

Skip to content

Commit

Permalink
workflow: fix ovsx release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 18, 2023
1 parent c189f86 commit 525b523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

- run: npm i -g pnpm ovsx
- run: pnpm install --frozen-lockfile --no-optional
- run: pnpm run prepack:node && pnpm ovsx publish
- run: pnpm run prepack && pnpm ovsx publish
working-directory: packages/vscode-vue
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}

0 comments on commit 525b523

Please sign in to comment.