Skip to content

Commit

Permalink
Update update-canary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Mar 13, 2024
1 parent 0880cc4 commit be956da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be956da

Please sign in to comment.