We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7736d commit f9a2923Copy full SHA for f9a2923
.github/workflows/release.yml
@@ -43,4 +43,4 @@ jobs:
43
run: npx semantic-release
44
45
- name: Publish Extension
46
- run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}
+ run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }} --no-dependencies
0 commit comments