Skip to content

Commit 8d845ad

Browse files
committed
chore: Release with needed features
1 parent 1fb7ef3 commit 8d845ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
override: true
9292
target: ${{ matrix.target }}
9393
- name: Build release binary
94-
run: cargo build --target ${{ matrix.target }} --verbose --release
94+
run: cargo build --target ${{ matrix.target }} --verbose --release --features="cli yaml json toml schema"
9595
- name: Build archive
9696
shell: bash
9797
run: |

0 commit comments

Comments
 (0)