mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +00:00
again.
This commit is contained in:
parent
ab438e5503
commit
9a7395c688
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,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 workspaces publish --no-git-commit --allow-branch main --yes custom "${DRONE_TAG}"
|
- cargo workspaces publish --from-git --allow-branch main --yes custom "${DRONE_TAG}"
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue