Skip to content

Commit 5bd6109

Browse files
committed
fix(ci): publish symbi-session before symbi-runtime
1 parent ed0e780 commit 5bd6109

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
publish_crate symbi-invis-strip || exit 1
113113
publish_crate symbi-approval-relay || exit 1
114114
publish_crate repl-proto || exit 1
115+
# symbi-session is an optional dependency of symbi-runtime (the
116+
# `session` feature); it must exist on crates.io before Tier 2.
117+
publish_crate symbi-session || exit 1
115118
116119
echo "Waiting 30s for crates.io index..."
117120
sleep 30

0 commit comments

Comments
 (0)