Skip to content

Commit b225d14

Browse files
authored
Merge pull request #925 from sanders41/publish
Add all-features to cargo publish
2 parents 4f754f8 + ae4b439 commit b225d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5656
- name: Publish
57-
run: cargo publish --token ${{ secrets.CARGO_API_TOKEN }}
57+
run: cargo publish --token ${{ secrets.CARGO_API_TOKEN }} --all-features
5858
build-deb:
5959
name: Build and upload deb package
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)