Skip to content

Commit

Permalink
#168 rultor 22
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 14, 2024
1 parent ba0a9d6 commit 615ece1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
image: yegor256/rultor-image:1.18.0
image: yegor256/rultor-image:1.22.0
assets:
credentials: yegor256/home#assets/crates-credentials
install: |
Expand All @@ -11,6 +11,7 @@ merge:
cargo doc --no-deps
cargo clippy
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml
Expand Down

0 comments on commit 615ece1

Please sign in to comment.