Skip to content

Commit

Permalink
#psi: rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 6, 2024
1 parent f667097 commit c6e087f
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/objectionary-secrets#crates-credentials
install: |
Expand All @@ -9,6 +9,7 @@ merge:
cargo --color=never test -vv
cargo --color=never fmt --check
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 c6e087f

Please sign in to comment.