diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index de3d4d7..22b78ba 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: '18.x' - cache: 'yarn' - name: Install dependencies NUI run: cd web && yarn install --frozen-lockfile - name: Build Bundles