chore: update moc 0.13.4 (#672) #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: publish on mops | |
on: | |
workflow_dispatch: | |
push: | |
tags: | |
- moc-* | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ZenVoich/setup-mops@v1 | |
with: | |
# Make sure you set the MOPS_IDENTITY_PEM secret in your repository settings https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository | |
identity-pem: ${{ secrets.MOPS_IDENTITY_PEM }} | |
- run: mops install | |
- run: mops publish |