From e6cdb4416ba6dd8448a76588757f69638e67a49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 21 Nov 2023 15:48:09 -0300 Subject: [PATCH] deploy: Add allow-dirty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98154469f0..182bf6cecf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,3 +19,4 @@ jobs: - uses: katyo/publish-crates@v1 with: registry-token: ${{ secrets.CARGO }} + args: "--allow-dirty"