diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0154952..12c36a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,6 @@ jobs: node-version: "22" cache: "npm" cache-dependency-path: observability-plugin/package-lock.json - registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci