diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6021224..d068998 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - fix/VELO-72-* jobs: release: @@ -14,10 +15,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 "techvelocity-ci" + git config user.email "techvelocity+ci@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v3