From 34597e138b98eee1798b1d0da4be7a1ff0d6e951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rib=C3=B3?= Date: Fri, 19 Jul 2024 15:50:39 +0200 Subject: [PATCH] fix: remove typo in release pipeline (#254) Signed-off-by: Francisco Javier Ribo Labrador --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dfd418cd..baa90d4fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,6 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - with: with: submodules: recursive token: ${{ secrets.IDENTUS_CI }}