This commit is contained in:
Felix Ableitner 2023-12-19 16:17:05 +01:00
parent 54195b8726
commit f69e43d392

View file

@ -113,7 +113,7 @@ steps:
commands: commands:
# reuse binstall from machete step # reuse binstall from machete step
- ./cargo-binstall -y cargo-workspaces - ./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"' - 'echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs"'
- cp -r migrations crates/db_schema/ - cp -r migrations crates/db_schema/
- cargo login "$CARGO_API_TOKEN" - cargo login "$CARGO_API_TOKEN"