diff options
| author | 2026-02-24 15:08:58 +0800 | |
|---|---|---|
| committer | 2026-02-24 15:08:58 +0800 | |
| commit | 0dd264b7a775679e0e92158d8a1d83e68f2818fd (patch) | |
| tree | 54a687548c83eb2070d235cdb346aa5c90b749e2 /.github/workflows/publish-crates.yml | |
| parent | 29f94e393aa3b83d33dc3b8911c7b3486fc8ff55 (diff) | |
| download | soon-0dd264b7a775679e0e92158d8a1d83e68f2818fd.tar.gz soon-0dd264b7a775679e0e92158d8a1d83e68f2818fd.zip | |
fix(ci): Allow publishing with dirty working directory
Diffstat (limited to '.github/workflows/publish-crates.yml')
| -rw-r--r-- | .github/workflows/publish-crates.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index 96f1007..c3dd894 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -32,4 +32,4 @@ jobs: env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} run: | - cargo publish --no-verify + cargo publish --no-verify --allow-dirty |