mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 05:11:18 +00:00
-y
This commit is contained in:
parent
54195b8726
commit
f69e43d392
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ steps:
|
|||
commands:
|
||||
# reuse binstall from machete step
|
||||
- ./cargo-binstall -y cargo-workspaces
|
||||
- apt install libssl
|
||||
- apt install --yes libssl
|
||||
- 'echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs"'
|
||||
- cp -r migrations crates/db_schema/
|
||||
- cargo login "$CARGO_API_TOKEN"
|
||||
|
|
Loading…
Reference in a new issue