Skip to content

Commit

Permalink
feat(#6): add commit
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 23, 2024
1 parent 7c39797 commit 21df069
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
Expand Up @@ -49,7 +49,8 @@ release:
cargo machete
cargo doc --no-deps --features "mirror_release"
cargo clippy --features "mirror_release"
git commit -am "${tag}" --allow-dirty
git add .
git commit -am "${tag}"
ls -a ../
mkdir -p ~/.cargo && cp ../credentials ~/.cargo
cargo --color=never publish -p github_mirror
Expand Down

0 comments on commit 21df069

Please sign in to comment.