Skip to content

Commit

Permalink
fix(ci): move cargo package to post bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 11, 2020
1 parent 8ace14d commit 602030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pre_bump_hooks = [
"cargo test -- --test-threads 1",
"cargo clippy",
"cargo build --release",
"cargo package",
"cargo fmt --all",
"cargo bump %version",
]
Expand All @@ -35,6 +34,7 @@ pre_bump_hooks = [
post_bump_hooks = [
"git push",
"git push origin %version",
"cargo package",
"cargo publish"
]

Expand Down

0 comments on commit 602030e

Please sign in to comment.