Skip to content

Commit 368765e

Browse files
authored
Update release.yaml
1 parent 01ffb1b commit 368765e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ jobs:
133133
env:
134134
GITHUB_TOKEN: ${{ secrets.HELM_REPO_TOKEN }}
135135
run: |
136-
git config user.name "$GITHUB_ACTOR"
137-
git config user.email "[email protected]"
138-
139136
helm repo index out/ --url "$ACI_ARTIFACT_1_URL" --merge helm-charts/index.yaml
140137
cp -f out/index.yaml helm-charts/index.yaml
141138
142139
cd helm-charts
140+
141+
git config user.name "$GITHUB_ACTOR"
142+
git config user.email "[email protected]"
143143
git status
144144
git commit index.yaml -m "updated chart dns-bind in index.yaml"
145145
git push

0 commit comments

Comments
 (0)