mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-15 12:13:04 +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
|
- cargo install cargo-workspaces
|
||||||
- cp -r migrations crates/db_schema/
|
- cp -r migrations crates/db_schema/
|
||||||
- cargo login "$CARGO_TOKEN"
|
- 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:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
Loading…
Reference in New Issue
Block a user