diff --git a/.github/workflows/update-canary.yml b/.github/workflows/update-canary.yml index 21c24ef..9778f79 100644 --- a/.github/workflows/update-canary.yml +++ b/.github/workflows/update-canary.yml @@ -34,6 +34,8 @@ jobs: run: npm config set registry https://registry.verdaccio.org - name: install run: pnpm install + - name: restore .npmrc + run: git checkout .npmrc - name: update to latest canary run: cd tools/cli-commons && pnpm install verdaccio@canary-6x - name: Commit & Push changes