Fixes to make release work (#1090)

This commit is contained in:
James Wilson
2023-07-24 17:51:12 +01:00
committed by GitHub
parent c66cbe736c
commit 44b1690170
3 changed files with 253 additions and 218 deletions
+1
View File
@@ -73,6 +73,7 @@ We also assume that ongoing work done is being merged directly to the `master` b
```
(cd metadata && cargo publish) && \
(cd lightclient && cargo publish) && \
(cd codegen && cargo publish) && \
(cd macro && cargo publish) && \
(cd subxt && cargo publish) && \