chore: bsd sed

This commit is contained in:
gak 2023-08-30 15:56:25 +10:00
parent 473bb25061
commit 53f11655a9
No known key found for this signature in database

View file

@ -12,7 +12,8 @@ token_tests:
cargo run -- api energy-sites
publish version:
sed -i "s/^version = \".*\"$/version = \"{{version}}\"/" Cargo.toml
# BSD sed
sed -i '' "s/^version = \".*\"$/version = \"{{version}}\"/" Cargo.toml
git add Cargo.toml
git commit -m "chore: v{{version}}"