Skip to content

Commit 6347dcd

Browse files
committed
Publishing crates with recall prefix
1 parent 22743ac commit 6347dcd

File tree

278 files changed

+1766
-1741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+1766
-1741
lines changed

.github/workflows/release.yaml

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,31 @@ jobs:
5050
5151
- name: Publish
5252
run: |
53-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_ipld
54-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_actor_blobs_shared
55-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_actor_bucket
56-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_actor_recall_config_shared
57-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_actor_machine
58-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_actor_timehub
59-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_crypto
60-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_eth_api
61-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_vm_actor_interface
62-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package fendermint_vm_message
63-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package ipc_actors_abis
64-
cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package ipc-api
53+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_frc42_hasher
54+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_frc42_macros
55+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_frc42_dispatch
56+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_ipld
57+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
58+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_actor_sdk
59+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
60+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
61+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
62+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
63+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
64+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
65+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
66+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_merkle_tree_rs
67+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_ipc_actors_abis
68+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_ipc_types
69+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_ipc_api
70+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
71+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
72+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
73+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
74+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
75+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
76+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package recall_fendermint_rpc
77+
rustup run nightly cargo -Zpackage-workspace publish --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --package
6578
6679
- name: Release 🚀
6780
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)