From dbd278f3dcc1fe9b881025643fc06dd440a3d98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 16 May 2024 15:34:53 -0300 Subject: [PATCH] github: action: Add allow-dirty to work with submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5db7349f5..ff64d8f64 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -62,5 +62,5 @@ jobs: - name: Publish to crates.io uses: katyo/publish-crates@v1 with: + args: --allow-dirty registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} - \ No newline at end of file