From be956da9b278238c91ece7acd24c6d39e5ed3dfb Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 13 Mar 2024 21:57:08 +0100 Subject: [PATCH] Update update-canary.yml --- .github/workflows/update-canary.yml | 2 ++ 1 file changed, 2 insertions(+) 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