mirror of
https://github.com/ribru17/ts_query_ls.git
synced 2025-12-23 05:36:52 +00:00
ci: fix crates.io publish run (#261)
The imported workflow thinks `xtask` is a crate for some reason. `cargo publish` seems to recognize that it is not, so I'm not sure where this is coming from. Opting to just publish from the CLI, since we don't need any crazy features.
This commit is contained in:
parent
6df9f1bc56
commit
e6defd4d0a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -53,6 +53,5 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@1.88.0
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
- name: Publish to crates.io
|
||||
run: cargo publish --package ts_query_ls --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue