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 e1ce644 commit c663c01Copy full SHA for c663c01
.github/workflows/publish-to-crates.yml
@@ -23,6 +23,6 @@ jobs:
23
override: true
24
25
- name: Publish to Cargo
26
- run: cargo publish --token ${CRATES_TOKEN}
+ run: cargo publish --no-verify --token ${CRATES_TOKEN}
27
env:
28
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0 commit comments