mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 21:01:23 +00:00
Try alternate env
This commit is contained in:
parent
f8096f4c03
commit
bb77e3e557
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cargo install cargo-workspaces
|
- cargo install cargo-workspaces
|
||||||
- cp -r migrations crates/db_queries/
|
- cp -r migrations crates/db_queries/
|
||||||
- cargo login "${CARGO_TOKEN}"
|
- cargo login "$CARGO_TOKEN"
|
||||||
- cargo workspaces publish --from-git --allow-branch main --yes custom "${DRONE_TAG}"
|
- cargo workspaces publish --from-git --allow-branch main --yes custom "${DRONE_TAG}"
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
|
|
Loading…
Reference in a new issue