Skip to content

Commit

Permalink
ci: fix mops publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 31, 2024
1 parent 2b4a952 commit dee664f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: publish on mops
run: |
mops import-identity --no-encrypt -- "${DFX_IDENTITY_PEM}"
mops user import --no-encrypt -- "${DFX_IDENTITY_PEM}"
mops publish
env:
DFX_IDENTITY_PEM: ${{ secrets.DFX_IDENTITY_PEM }}

0 comments on commit dee664f

Please sign in to comment.