mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 04:41:19 +00:00
Trying another fix
This commit is contained in:
parent
ffe3c92343
commit
4260c57b55
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ steps:
|
||||||
from_secret: cargo_api_token
|
from_secret: cargo_api_token
|
||||||
commands:
|
commands:
|
||||||
- cargo install cargo-workspaces
|
- cargo install cargo-workspaces
|
||||||
- cp -r migrations crates/db_queries/
|
- 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 --allow-branch "${DRONE_TAG}" --yes custom "${DRONE_TAG}"
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue