Skip to content

Commit 8f44411

Browse files
committed
feat: added compact flag to publishing
1 parent f60bf8e commit 8f44411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
VERSION="${{ github.ref_name }}"
5555
VERSION="${VERSION#*-}" # removes everything up to the first dash
56-
cargo run -- publish --version "$VERSION" --path definitions --out out
56+
cargo run -- publish --version "$VERSION" --path definitions --out out --compact
5757
rm -rf definitions
5858
mv out definitions
5959

0 commit comments

Comments
 (0)