From 7d784e343fb2410cc92f9733767360fa2b78786b Mon Sep 17 00:00:00 2001 From: a5r0n Date: Sat, 9 Dec 2023 19:33:46 +0200 Subject: [PATCH] ci: fix typo in push chart action --- .github/workflows/push-chart.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-chart.yml b/.github/workflows/push-chart.yml index 159740f..f5e90d2 100644 --- a/.github/workflows/push-chart.yml +++ b/.github/workflows/push-chart.yml @@ -30,5 +30,5 @@ jobs: git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor }}@users.noreply.github.com" git add README.md - git commit -m "relase: Update Helm chart version to $(grep -oP '^version: \K.*' n8n/Chart.yaml)" + git commit -m "relase: Update Helm chart version to $(grep -oP '^version \K.*' n8n/Chart.yaml)" git push diff --git a/README.md b/README.md index 169c8d5..49c62b4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ so install is simple: ```bash export HELM_EXPERIMENTAL_OCI=1 -helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version: 0.2.6 +helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.2.6 ``` example values: