File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Install stable toolchain
2929 uses : dtolnay/rust-toolchain@stable
3030 - name : Publish crates
31- run : cargo publish --workspace --exclude sift-stream-bindings --exclude sift_cli --manifest-path ./rust/ Cargo.toml --locked --token ${CARGO_REGISTRY_TOKEN}
31+ run : cargo publish --workspace --exclude sift-stream-bindings --exclude sift_cli --manifest-path ./Cargo.toml --locked --token ${CARGO_REGISTRY_TOKEN}
3232 env :
3333 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 2828 - name : Install stable toolchain
2929 uses : dtolnay/rust-toolchain@stable
3030 - name : Publish crates (dry run)
31- run : cargo publish --workspace --exclude sift-stream-bindings --exclude sift_cli --manifest-path ./rust/ Cargo.toml --locked --dry-run
31+ run : cargo publish --workspace --exclude sift-stream-bindings --exclude sift_cli --manifest-path ./Cargo.toml --locked --dry-run
You can’t perform that action at this time.
0 commit comments