Skip to content

Commit

Permalink
Merge pull request #10 from infrahq/mxyng/git-owner
Browse files Browse the repository at this point in the history
git config
  • Loading branch information
mxyng authored Dec 2, 2022
2 parents 14cf7cc + c0af50d commit 9c3ed28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
git config user.name "infrahq-ci"
git config user.email "[email protected]"
- uses: azure/setup-helm@v3
- uses: helm/[email protected]
env:
Expand Down

0 comments on commit 9c3ed28

Please sign in to comment.