Skip to content

Commit 53c2e23

Browse files
authored
fix: remove the hts-sys/ subpath from --manifest-path specification (#5)
This was probably a leftover from when `hts-sys` was a subfolder of the `rust-htslib` repo.
1 parent 45b778e commit 53c2e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: actions-rs/cargo@v1
4141
with:
4242
command: publish
43-
args: --manifest-path hts-sys/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}
43+
args: --manifest-path Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)