diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66436ec..cb74c3d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,6 +152,7 @@ jobs: needs: - ci-everything - should-publish + continue-on-error: true if: needs.should-publish.outputs.is_new_version == 'yes' steps: - name: Checkout diff --git a/Cargo.lock b/Cargo.lock index 4a03b58e..e39192fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "trustfall-rustdoc-adapter" -version = "29.0.0" +version = "29.1.0" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index cdcf7033..bbf0902a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustfall-rustdoc-adapter" -version = "29.0.0" +version = "29.1.0" edition = "2021" authors = ["Predrag Gruevski "] license = "Apache-2.0 OR MIT"