From 422fab4d356c8ccd2818b33e8c9ae1830960fff2 Mon Sep 17 00:00:00 2001 From: Praveen Kanniah <68146726+Ncoder2@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:57:49 +0530 Subject: [PATCH] Update mantis-cli-release.yml --- .github/workflows/mantis-cli-release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/mantis-cli-release.yml b/.github/workflows/mantis-cli-release.yml index f7f5a893..714e2b4b 100644 --- a/.github/workflows/mantis-cli-release.yml +++ b/.github/workflows/mantis-cli-release.yml @@ -16,11 +16,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - fetch-depth: 0 # This is necessary for initializing the repo with all history for the sparse-checkout paths. - sparse-checkout: | - /* - !/dashboard/ + - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: