Skip to content

Commit bb7214a

Browse files
weihanglomichaelwoerister
authored andcommitted
chore: publish also decodeme and analyzeme in CI
1 parent 9783098 commit bb7214a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ jobs:
1414
- name: Publish
1515
env:
1616
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
17-
run: cargo publish -p measureme
17+
run: |
18+
# Note: Order is important. Leaf packages need to be published first.
19+
cargo publish -p measureme
20+
cargo publish -p decodeme
21+
cargo publish -p analyzeme

0 commit comments

Comments
 (0)