diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de1a159..ed34d80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: dist/ckb-debugger-windoes-x64-sha256.txt publish-crates-io: - name: Publish ckb-mock-tx-types to crates.io + name: Publish crates to crates.io needs: [release] runs-on: ubuntu-latest steps: @@ -102,6 +102,6 @@ jobs: cd ckb-gdb-remote-protocol && cargo publish && cd .. cd ckb-vm-debug-utils && cargo publish && cd .. cd ckb-debugger && cargo publish && cd .. - cd ckb-vm-pprof-protos && cargo publish && cd .. + cd ckb-vm-pprof-protos && cargo publish --no-verify && cd .. cd ckb-vm-pprof-converter && cargo publish && cd .. cd ckb-vm-signal-profiler && cargo publish && cd .. diff --git a/ckb-vm-pprof-converter/Cargo.toml b/ckb-vm-pprof-converter/Cargo.toml index 2cb6083..de38055 100644 --- a/ckb-vm-pprof-converter/Cargo.toml +++ b/ckb-vm-pprof-converter/Cargo.toml @@ -3,6 +3,8 @@ name = "ckb-vm-pprof-converter" version = "0.112.1" edition = "2021" description = "Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool" +license = "MIT" +authors = ["Nervos Core Dev "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ckb-vm-pprof-protos/Cargo.toml b/ckb-vm-pprof-protos/Cargo.toml index 50b7cf7..5dc45af 100644 --- a/ckb-vm-pprof-protos/Cargo.toml +++ b/ckb-vm-pprof-protos/Cargo.toml @@ -3,6 +3,8 @@ name = "ckb-vm-pprof-protos" version = "0.112.1" edition = "2021" description = "Crate for generating Rust definitions from pprof proto" +license = "MIT" +authors = ["Nervos Core Dev "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ckb-vm-signal-profiler/Cargo.toml b/ckb-vm-signal-profiler/Cargo.toml index 996634f..76a7849 100644 --- a/ckb-vm-signal-profiler/Cargo.toml +++ b/ckb-vm-signal-profiler/Cargo.toml @@ -3,6 +3,8 @@ name = "ckb-vm-signal-profiler" version = "0.112.1" edition = "2021" description = "Linux signal based profiler for ckb-vm, note this is profiling ckb-vm itself, not the programs running in ckb-vm" +license = "MIT" +authors = ["Nervos Core Dev "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html