Skip to content

Commit

Permalink
fix(.github): package ID for release workflow (#396)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Dec 3, 2024
1 parent a1ba484 commit 8fe2a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8fe2a8e

Please sign in to comment.