Skip to content

Commit

Permalink
fix(VELO-72): Try release without configuring git (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
drornir-velocity authored Jul 21, 2024
1 parent 55d1278 commit 0d5ae2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# - name: Configure Git
# run: |
# git config user.name "$GITHUB_ACTOR"
# git config user.email "[email protected]"

- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 0d5ae2e

Please sign in to comment.