From 754bf536b307d4f0ddfa39647782bf74b79e3aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Fri, 20 Oct 2023 14:16:28 +0200 Subject: [PATCH] build(chart): correct organisation name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- .github/workflows/helm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index e70abfa8..d7657c86 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -11,7 +11,7 @@ concurrency: jobs: publish-helm: # Skip this Release on forks - if: github.repository_owner == 'capsuleproject' + if: github.repository_owner == 'projectcapsule' runs-on: ubuntu-20.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1