From 02e4b7fa054e6b1e0d1d40944fd261fd26c2fae8 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 12 Feb 2024 18:29:06 -0500 Subject: [PATCH] rust: prep 0.3.2 (#226) Third time's the charm. Signed-off-by: William Woodruff --- .github/workflows/rust-release.yml | 4 +--- gen/pb-rust/Cargo.lock | 2 +- gen/pb-rust/sigstore-protobuf-specs/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index a7e7ed69..b82bbab4 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -28,8 +28,6 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - run: | - cd gen/pb-rust - cargo publish -p sigstore_protobuf_specs + - run: RUST_ACTION='publish -p sigstore_protobuf_specs' make rust env: CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}" diff --git a/gen/pb-rust/Cargo.lock b/gen/pb-rust/Cargo.lock index 469782b6..00fca83b 100644 --- a/gen/pb-rust/Cargo.lock +++ b/gen/pb-rust/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "sigstore_protobuf_specs" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "glob", diff --git a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml index 09c3ca39..05b8eb07 100644 --- a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigstore_protobuf_specs" -version = "0.3.1" +version = "0.3.2" authors = ["Sigstore Authors "] edition = "2021" homepage = "https://github.com/sigstore/protobuf-specs"