Skip to content

Commit

Permalink
WIP: try cd instead of working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Feb 28, 2025
1 parent 0ed1933 commit f881838
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: release
on:
release:
types: [created]
push:
branches:
- owickstrom/cargo-publish-failure

jobs:
release-crate:
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Readme.md

0 comments on commit f881838

Please sign in to comment.