From 307ad2307387f0299b7e320a3e163cbf84f42b11 Mon Sep 17 00:00:00 2001 From: a5r0n Date: Sat, 9 Dec 2023 19:36:34 +0200 Subject: [PATCH] ci: fix typo in push chart action --- .github/workflows/push-chart.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-chart.yml b/.github/workflows/push-chart.yml index f5e90d2..c3858cb 100644 --- a/.github/workflows/push-chart.yml +++ b/.github/workflows/push-chart.yml @@ -24,11 +24,11 @@ jobs: helm push n8n-*.tgz oci://${{ vars.OCI_REGISTRY }}/${{ vars.OCI_REPOSITORY }} - name: Update README.md with Helm chart version run: | - sed -i "s/--version .*/--version: $(grep -oP '^version: \K.*' n8n/Chart.yaml)/" README.md + sed -i "s/--version .*/--version $(grep -oP '^version: \K.*' n8n/Chart.yaml)/" README.md - name: Commit and push changes run: | 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 "release: Update Helm chart version to $(grep -oP '^version: \K.*' n8n/Chart.yaml)" git push diff --git a/README.md b/README.md index 267e64f..db574cf 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.7 +helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.2.7 ``` example values: