Skip to content

Commit 4c07d2a

Browse files
committed
Don't fail plan workflow due to manually changed release.yml
1 parent 4df955a commit 4c07d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
2424
pr-run-mode = "plan"
2525
# Whether to install an updater program
2626
install-updater = false
27+
# Suppress dist failure because we bumped ubuntu-20.04 to ubuntu-22.04
28+
allow-dirty = ["ci"]
2729

2830
# The profile that 'cargo dist' will build with
2931
[profile.dist]

0 commit comments

Comments
 (0)