Skip to content

Commit 1f0e101

Browse files
authored
ci: add all-features to publish command (#429)
1 parent 14c9aaa commit 1f0e101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_client_crates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
env:
5858
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
5959
working-directory: client
60-
run: cargo publish --locked --verbose
60+
run: cargo publish --locked --verbose --all-features

0 commit comments

Comments
 (0)