diff --git a/.github/workflows/release-local.yml b/.github/workflows/release-local.yml index b5bbb31..ab7e9bc 100644 --- a/.github/workflows/release-local.yml +++ b/.github/workflows/release-local.yml @@ -17,8 +17,6 @@ jobs: - name: Checkout PnP PowerShell VS Code Extension uses: actions/checkout@v4 - with: - path: pnp-powershell-extension - name: Install dependencies run: npm run install:all