Skip to content

Commit 9bd3fa4

Browse files
authored
Merge pull request #91 from uptick/dev-930/automate-gitops-releases-with-release-please
Fix path to helm chart yaml
2 parents 9b1b92f + acd4b94 commit 9bd3fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
needs: release-please
3636
if: ${{ needs.release-please.outputs.server-version }} || ${{ needs.release-please.outputs.helm-version }}
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Publish Helm charts
4040
uses: stefanprodan/helm-gh-pages@master
4141
with:

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"extra-files": [
1818
{
1919
"type": "yaml",
20-
"path": "charts/gitops/chart.yaml",
20+
"path": "charts/gitops/Chart.yaml",
2121
"jsonpath": "$.appVersion"
2222
}
2323
]

0 commit comments

Comments
 (0)