From 8fe2a8e301cefe966d30ab74e62cde9ee1893e25 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 3 Dec 2024 02:00:11 +0100 Subject: [PATCH] fix(.github): package ID for release workflow (#396) Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 02872aa..635148d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: toolchain: stable override: true - - run: cargo build --package cli --release + - run: cargo build --package commitlint-rs --release - run: tar czvf commitlint-${{ github.ref_name }}-${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}