diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 235054b..0371094 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: - name: Publish env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - run: cargo publish + run: cargo publish --all-features - name: Release drafter uses: release-drafter/release-drafter@v5