Fix issues preventing releases from successfully publishing (#4867)
* Correct the path to the CLI npm package in release job * Specify a version for tree-sitter-language * Fix path to README in doc include
This commit is contained in:
parent
92678f0fc5
commit
9b914885f1
3 changed files with 4 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
directory: [cli/npm, lib/binding_web]
|
||||
directory: [crates/cli/npm, lib/binding_web]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue