From 71bd81b2152902d76faae9b6653a2c5ba80e5f2f Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Fri, 7 Oct 2022 12:40:22 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=E2=9A=A1=EF=B8=8F=20Add=20allow-dirty=20?= =?UTF-8?q?flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b55c6d..73578e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: publish - args: --dry-run + args: --dry-run --allow-dirty - name: Archive artifact uses: actions/upload-artifact@v3 with: