Skip to content

Commit

Permalink
fix(VELO-72): Try release without configuring git
Browse files Browse the repository at this point in the history
  • Loading branch information
drornir-velocity committed Jul 21, 2024
1 parent ff6e6db commit d341dba
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 d341dba

Please sign in to comment.