Skip to content

Commit

Permalink
fix: vsce in release pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 13, 2023
1 parent 5fa231c commit 552b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Prerelease Extension
if: contains(github.ref, '-')
run: npm run deploy:prerelease
run: npx vsce publish --pre-release
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

Expand Down

0 comments on commit 552b810

Please sign in to comment.