From 0d5ae2e8432a1c04387fa3ace736cdf31dcd131b Mon Sep 17 00:00:00 2001 From: Dror <157380701+drornir-velocity@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:14:23 +0300 Subject: [PATCH] fix(VELO-72): Try release without configuring git (#90) --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94c6e0d..6021224 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,10 +14,10 @@ jobs: with: fetch-depth: 0 - - name: Configure Git - run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + # - name: Configure Git + # run: | + # git config user.name "$GITHUB_ACTOR" + # git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v3