There was an error while loading. Please reload this page.
1 parent ed0e780 commit 5bd6109Copy full SHA for 5bd6109
1 file changed
.github/workflows/publish.yml
@@ -112,6 +112,9 @@ jobs:
112
publish_crate symbi-invis-strip || exit 1
113
publish_crate symbi-approval-relay || exit 1
114
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
118
119
echo "Waiting 30s for crates.io index..."
120
sleep 30
0 commit comments