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 be956da commit 32ff152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32ff152

Please sign in to comment.