Skip to content

Commit

Permalink
ci: switch order of pre-bump hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 19, 2024
1 parent 3a6e8c0 commit 67f5d1b
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 @@ -4,8 +4,8 @@ pre_bump_hooks = [
"cargo fmt --all",
"cargo clippy -- -D warnings",
"cargo test --all-features",
"cargo build --release",
"sh -c \"./scripts/set-version.sh {{version}}\"",
"cargo build --release",
]

post_bump_hooks = [
Expand Down

0 comments on commit 67f5d1b

Please sign in to comment.