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 1564290 commit 442bbb6Copy full SHA for 442bbb6
.github/workflows/release.yaml
@@ -55,7 +55,7 @@ jobs:
55
toolchain: stable
56
override: true
57
58
- - run: cargo build --release
+ - run: cargo build --package cli --release
59
60
- run: tar czvf commitlint-${{ github.ref_name }}-${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
61
@@ -84,7 +84,7 @@ jobs:
84
target/
85
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
86
restore-keys: ${{ runner.os }}-cargo-
87
- - run: cargo publish
+ - run: cargo publish --package cli
88
env:
89
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
90
0 commit comments