mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
3cc79b8645
commit
950964af7f
1 changed files with 5 additions and 3 deletions
|
@ -14,9 +14,11 @@ build:
|
|||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
# 0.0.4 got released without a version bump
|
||||
- run: sed -i -e 's/"0\.0\.3"/"{{version}}"/g' Cargo.toml src/main.rs
|
||||
if: '=0.0.4'
|
||||
# 0.0.4, 1.0.2 got released without a version bump
|
||||
- run: sed -i -e 's/^version = ".*"/version = "{{version}}"/' Cargo.toml
|
||||
- run: sed -i -e 's/"0\.0\.3"/"{{version}}"/' main.rs
|
||||
working-directory: src
|
||||
if: =0.0.4
|
||||
- cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue