Skip to content

Commit 34a6585

Browse files
committed
ci: cargo publish --allow-dirty (Cargo.lock regen in CI)
1 parent ff0c57a commit 34a6585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Publish
5454
env:
5555
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
56-
run: cargo publish --no-verify
56+
run: cargo publish --no-verify --allow-dirty
5757

5858
# 3. Update Homebrew formula in this repo (it doubles as the tap).
5959
homebrew:

0 commit comments

Comments
 (0)