Skip to content

Commit

Permalink
fix: ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Oct 19, 2022
1 parent 69b351a commit 8297fe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
- run: |
pnpm i vsce -g
nci
nr publish -p ${{ secrets.VSCE_TOKEN }}
vsce publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit 8297fe9

Please sign in to comment.