Skip to content

Commit a5c4726

Browse files
committed
Publish on crates.io with --no-verify
Because the -server depends on the library which gets published seconds ago, verifying brefore publishing is broken.
1 parent b14e74f commit a5c4726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ jobs:
192192
uses: actions-rs/cargo@v1
193193
with:
194194
command: publish
195-
args: -p matrix-http-rendezvous
195+
args: --no-verify -p matrix-http-rendezvous
196196
env:
197197
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
198198

199199
- name: Publish matrix-http-rendezvous-server on crates.io
200200
uses: actions-rs/cargo@v1
201201
with:
202202
command: publish
203-
args: -p matrix-http-rendezvous-server
203+
args: --no-verify -p matrix-http-rendezvous-server
204204
env:
205205
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)