Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Dec 18, 2023
1 parent 4ef106c commit 70a379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ command = "cargo update -w"
type = "Command"
# git diff --cached --quiet exits with 0 if there are *no* staged changes.
# So if it exits with any other code, commit the staged changes
command = "git add Cargo.lock && (git diff --cached --quiet || git commit -m \"chore: prepare new release(s)\")"
command = "(git diff --cached --quiet || git commit -m \"chore: prepare new release(s)\")"

[[workflows.steps]]
type = "Release"
Expand Down

0 comments on commit 70a379b

Please sign in to comment.