Skip to content

Commit

Permalink
Publish Mops packages on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Feb 21, 2024
1 parent cba05e8 commit 3bfd2f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mops-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: publish on mops

on:
release:
types: [released]
push:
tags:
- moc-*

jobs:
publish:
Expand All @@ -16,4 +17,3 @@ jobs:
identity-pem: ${{ secrets.MOPS_IDENTITY_PEM }}
- run: mops install
- run: mops publish

0 comments on commit 3bfd2f6

Please sign in to comment.