Skip to content

Commit

Permalink
Potential fix for vsce.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsoy committed Dec 19, 2022
1 parent 0aa6b12 commit f581f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ jobs:
if: success()
steps:
- uses: actions/download-artifact@v2
- run: npx @vscode/vsce publish --packagePath $(find . -iname *.vsix) --skip-duplicate
- run: find . -iname *.vsix -exec npx @vscode/vsce publish --packagePath {} \;
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit f581f9c

Please sign in to comment.