We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14e74f commit a5c4726Copy full SHA for a5c4726
.github/workflows/rust.yaml
@@ -192,14 +192,14 @@ jobs:
192
uses: actions-rs/cargo@v1
193
with:
194
command: publish
195
- args: -p matrix-http-rendezvous
+ args: --no-verify -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
201
202
203
- args: -p matrix-http-rendezvous-server
+ args: --no-verify -p matrix-http-rendezvous-server
204
205
0 commit comments