Skip to content

Commit 72708fa

Browse files
committed
Also publish matrix-http-rendezvous-server on crates.io
1 parent 86292ce commit 72708fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,18 @@ jobs:
188188
override: true
189189
profile: minimal
190190

191-
- name: Publish on crates.io
191+
- name: Publish matrix-http-rendezvous on crates.io
192192
uses: actions-rs/cargo@v1
193193
with:
194194
command: publish
195+
args: -p matrix-http-rendezvous
196+
env:
197+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
198+
199+
- name: Publish matrix-http-rendezvous-server on crates.io
200+
uses: actions-rs/cargo@v1
201+
with:
202+
command: publish
203+
args: -p matrix-http-rendezvous-server
195204
env:
196205
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)