From 32ff15258f045b0ea0f387d0e76cb8f414485f9a Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 13 Mar 2024 22:00:43 +0100 Subject: [PATCH] Update update-canary.yml --- .github/workflows/update-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-canary.yml b/.github/workflows/update-canary.yml index 9778f79..2e0ba61 100644 --- a/.github/workflows/update-canary.yml +++ b/.github/workflows/update-canary.yml @@ -34,10 +34,10 @@ 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: restore .npmrc + run: git checkout .npmrc - name: Commit & Push changes uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # tag=v1.4 with: