Skip to content

Commit

Permalink
fix: remove the hts-sys/ subpath from --manifest-path specificati…
Browse files Browse the repository at this point in the history
…on (#5)

This was probably a leftover from when `hts-sys` was a subfolder of the `rust-htslib` repo.
  • Loading branch information
dlaehnemann authored Jun 14, 2023
1 parent 45b778e commit 53c2e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --manifest-path hts-sys/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}
args: --manifest-path Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 53c2e23

Please sign in to comment.