mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 14:45:10 +00:00
Publish without verify (#2681)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
parent
43b94e5f16
commit
36ac1b54c1
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue