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 afe38d9 commit 104cb81Copy full SHA for 104cb81
.github/workflows/release.yml
@@ -27,12 +27,6 @@ jobs:
27
run_install: |
28
args: [--frozen-lockfile, --strict-peer-dependencies]
29
- run: pnpm lint
30
- - run: pnpm vscode-utils prepareFrameworkBuild
31
- - run: pnpm build
32
- - run: pnpm test-plugin
33
- - uses: GabrielBB/[email protected]
34
- with:
35
- run: pnpm integration-test
36
- run: pnpx zardoy-release vscode-extension
37
env:
38
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments