From 2983ee499d340ea5f04dd971b546ef377160eb8e Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 13 Mar 2024 21:53:13 +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 cf7fbf5..103811b 100644 --- a/.github/workflows/update-canary.yml +++ b/.github/workflows/update-canary.yml @@ -36,6 +36,8 @@ jobs: run: pnpm install - name: update to latest canary run: cd tools/cli-commons && pnpm install verdaccio@canary-5x + - name: restore .npmrc + run: git checkout .npmrc - name: Commit & Push changes uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # tag=v1.4 with: