Skip to content

Commit 8fe2a8e

Browse files
fix(.github): package ID for release workflow (#396)
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent a1ba484 commit 8fe2a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
toolchain: stable
5656
override: true
5757

58-
- run: cargo build --package cli --release
58+
- run: cargo build --package commitlint-rs --release
5959

6060
- run: tar czvf commitlint-${{ github.ref_name }}-${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
6161

0 commit comments

Comments
 (0)