We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ba484 commit 8fe2a8eCopy full SHA for 8fe2a8e
.github/workflows/release.yaml
@@ -55,7 +55,7 @@ jobs:
55
toolchain: stable
56
override: true
57
58
- - run: cargo build --package cli --release
+ - run: cargo build --package commitlint-rs --release
59
60
- run: tar czvf commitlint-${{ github.ref_name }}-${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
61
0 commit comments