chore(build): fix publishing flow
This commit is contained in:
parent
59c71355a9
commit
477ad9e1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ run_task = "publish-zellij"
|
||||||
[tasks.release-commit]
|
[tasks.release-commit]
|
||||||
dependencies = ["commit-all", "tag-release"]
|
dependencies = ["commit-all", "tag-release"]
|
||||||
command = "git"
|
command = "git"
|
||||||
args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
|
args = ["push", "--atomic", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
|
||||||
|
|
||||||
[tasks.commit-all]
|
[tasks.commit-all]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue