Skip to content

Commit

Permalink
ci: set github actor for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
josedev-union committed Nov 23, 2024
1 parent 4b2aab8 commit a225978
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ 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: Set up Helm
uses: azure/setup-helm@v4.2.0

Expand Down

0 comments on commit a225978

Please sign in to comment.