We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b2c90 commit bd24e51Copy full SHA for bd24e51
.github/workflows/release.yml
@@ -79,6 +79,6 @@ jobs:
79
if: env.TOOLING == 'true'
80
run: |
81
cd packages/jsonforms-vuetify-tooling
82
- npx vsce publish --no-git-tag-version
+ npx vsce publish --no-git-tag-version --no-dependencies
83
env:
84
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
0 commit comments