diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2211077..ee35a262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ name: release on: release: types: [created] + push: + branches: + - owickstrom/cargo-publish-failure jobs: release-crate: diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 3e0e0003..886331be 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -7,7 +7,7 @@ description = """ SCIP (pronunciation: "skip") is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality such as Go to definition, Find references, and Find implementations. """ repository = "https://github.com/sourcegraph/scip" -readme = "Readme.md" +readme = "../../README.md" # We need >= 1.60.0 because the generated code uses # https://doc.rust-lang.org/std/vec/struct.Vec.html#method.spare_capacity_mut diff --git a/bindings/rust/Readme.md b/bindings/rust/Readme.md index 47b704be..fe840054 120000 --- a/bindings/rust/Readme.md +++ b/bindings/rust/Readme.md @@ -1 +1 @@ -../../Readme.md \ No newline at end of file +../../README.md \ No newline at end of file