Skip to content

Commit

Permalink
run release/docs actions during verify
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Oct 31, 2024
1 parent 77220d1 commit 6bf7f17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
env:
RUSTFLAGS: "--deny warnings"
K8S_OPENAPI_ENABLED_VERSION: "1.31"
- name: Try-run Cargo Version Update
if: steps.commits.outputs.count > 0
run: sed -i -e '0,/edition/s/^version = .*/version = "${{ steps.release.outputs.version }}"/' kube-custom-resources-rs/Cargo.toml
- name: Print modified Cargo.toml
run: cat kube-custom-resources-rs/Cargo.toml
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-docs-rs
- run: cargo docs-rs

0 comments on commit 6bf7f17

Please sign in to comment.