From f269e50b70d4e6edd68449897a1833e72b32db98 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Thu, 14 Mar 2024 10:37:57 -0500 Subject: [PATCH] fix: set up configuration 2 [skip release] --- .github/workflows/template-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index 722b45b..b0c1777 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -64,8 +64,8 @@ jobs: - name: Validate docs if: ${{ env.DEBUG_MODE == 'true' }} run: | - echo ls -l - echo ls -l docs + ls -l + ls -l docs - name: Set variables From git tag command