Skip to content

Commit

Permalink
fix: set path in release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed May 9, 2022
1 parent 5fb5779 commit d8f7c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
release-type: rust
package-name: rust-htslib
bump-minor-pre-major: Yes
bump-minor-pre-major: true
monorepo-tags: true

path: "."

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit d8f7c6e

Please sign in to comment.