Skip to content

Commit

Permalink
Unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
norbjd authored Mar 26, 2024
1 parent 9981adb commit 03bf96f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
- uses: actions/checkout@v4
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: Install helm
run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
Expand Down

0 comments on commit 03bf96f

Please sign in to comment.