Skip to content

Commit

Permalink
chore: publish also decodeme and analyzeme in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo authored and michaelwoerister committed May 31, 2024
1 parent 9783098 commit bb7214a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish -p measureme
run: |
# Note: Order is important. Leaf packages need to be published first.
cargo publish -p measureme
cargo publish -p decodeme
cargo publish -p analyzeme

0 comments on commit bb7214a

Please sign in to comment.