From d35aefd4254324817cf89b2b61f17c6c18fd6f4d Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 3 Dec 2024 01:59:52 +0100 Subject: [PATCH] fix(.github): package id for release workflow 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 }}