diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4242829..727274c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: | npm i --only=dev --prefer-offline --no-audit - npm list --depth=0 + npm list --depth=0 || true - name: Add dependencies for commitlint action run: echo "::set-env name=NODE_PATH::$GITHUB_WORKSPACE/node_modules" @@ -74,7 +74,7 @@ jobs: - name: Install dependencies run: | npm i --only=dev --prefer-offline --no-audit - npm list --depth=0 + npm list --depth=0 || true - name: Test TypeScript definitions run: npm run test:tsd @@ -119,7 +119,7 @@ jobs: - name: Install dependencies (full) run: | npm i --prefer-offline --no-audit - npm list --depth=0 + npm list --depth=0 || true - name: Test (tsd) run: npm run test:tsd @@ -181,7 +181,7 @@ jobs: - name: Install dependencies run: | npm i --prefer-offline --no-audit - npm list --depth=0 + npm list --depth=0 || true - name: Release env: