]> Untitled Git - lemmy.git/commitdiff
Publish without verify (#2681)
authorNutomic <me@nutomic.com>
Tue, 31 Jan 2023 15:41:48 +0000 (00:41 +0900)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 15:41:48 +0000 (10:41 -0500)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
.drone.yml

index 559986e9fdf59313ed2f391791fbf0cdb93eb572..4754aa9c8273c5699dbbe838b3c2479a28189c3d 100644 (file)
@@ -190,7 +190,7 @@ steps:
       - cargo install cargo-workspaces
       - cp -r migrations crates/db_schema/
       - cargo login "$CARGO_TOKEN"
-      - cargo workspaces publish --from-git --allow-dirty --allow-branch "${DRONE_TAG}" --yes custom "${DRONE_TAG}"
+      - cargo workspaces publish --from-git --allow-dirty --no-verify --allow-branch "${DRONE_TAG}" --yes custom "${DRONE_TAG}"
     when:
       ref:
         - refs/tags/*