Skip to content

Commit 130c0cc

Browse files
committed
Add allow-dirty option to dist config
1 parent 875b8a4 commit 130c0cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ members = ["cargo:."]
55
[dist]
66
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
77
cargo-dist-version = "0.28.0"
8+
# Allow manual changes to the workflow file
9+
allow-dirty = ["ci"]
810
# CI backends to support
911
ci = "github"
1012
# The installers to generate for each app

0 commit comments

Comments
 (0)