Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 770a599

Browse files
committed
Fix cargo publishing
1 parent 5fda877 commit 770a599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ jobs:
259259
toolchain: stable
260260

261261
- name: Publish matrix-http-rendezvous on crates.io
262-
run: cargo publish matrix-http-rendezvous
262+
run: cargo publish -p matrix-http-rendezvous
263263
env:
264264
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
265265

266266
- name: Publish matrix-http-rendezvous-server on crates.io
267-
run: cargo publish matrix-http-rendezvous-server
267+
run: cargo publish -p matrix-http-rendezvous-server
268268
env:
269269
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
270270

0 commit comments

Comments
 (0)