aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-02-24 15:08:58 +0800
committerGitHub <noreply@github.com>2026-02-24 15:08:58 +0800
commit0dd264b7a775679e0e92158d8a1d83e68f2818fd (patch)
tree54a687548c83eb2070d235cdb346aa5c90b749e2 /.github
parent29f94e393aa3b83d33dc3b8911c7b3486fc8ff55 (diff)
downloadsoon-0dd264b7a775679e0e92158d8a1d83e68f2818fd.tar.gz
soon-0dd264b7a775679e0e92158d8a1d83e68f2818fd.zip
fix(ci): Allow publishing with dirty working directory
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-crates.yml2
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