Skip to content

Commit 94d6cde

Browse files
committed
Allow dirty to publish crates with cycle dev dependencies
``` warn removing dev-deps since some refer to workspace members with versions asyncs-sync v0.3.0 Updating crates.io index error: 1 files in the working directory contain changes that were not yet committed into git: Cargo.toml to proceed despite this and include the uncommitted changes, pass the `--allow-dirty` flag error: unable to publish package asyncs-sync ```
1 parent 7a76c1d commit 94d6cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
- name: publish crate
104104
env:
105105
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
106-
run: cargo workspaces publish --from-git
106+
run: cargo workspaces publish --allow-dirty --from-git

0 commit comments

Comments
 (0)