Skip to content

Commit f0fe8af

Browse files
authored
Merge pull request #6 from fullstack-devops/bugfix/change-location-git-commit-infos
Update release.yaml
2 parents 01ffb1b + 368765e commit f0fe8af

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)