Skip to content

Commit

Permalink
rust: prep 0.3.2 (#226)
Browse files Browse the repository at this point in the history
Third time's the charm.

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Feb 12, 2024
1 parent a988767 commit 02e4b7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion gen/pb-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/pb-rust/sigstore-protobuf-specs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigstore_protobuf_specs"
version = "0.3.1"
version = "0.3.2"
authors = ["Sigstore Authors <[email protected]>"]
edition = "2021"
homepage = "https://github.com/sigstore/protobuf-specs"
Expand Down

0 comments on commit 02e4b7f

Please sign in to comment.