Skip to content

Commit

Permalink
chore: fix mocv installation in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 27, 2023
1 parent faec1af commit 0ca6e28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
DFX_IDENTITY_PEM: ${{ secrets.DFX_IDENTITY_PEM }}

- name: install mops
run: npm i ic-mops mocv -g
run: npm i ic-mops -g

- name: install moc
run: npx mocv use latest

- name: publish on mops
run: |
Expand Down

0 comments on commit 0ca6e28

Please sign in to comment.