From d6934aa522c8730aa4fa13cef4ddbe3db4be8a1d Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 8 Sep 2023 11:41:53 -0700 Subject: [PATCH] add newline Signed-off-by: Kevin Su --- .github/workflows/helm-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-charts.yaml b/.github/workflows/helm-charts.yaml index 7fd19b5711..caf1a956ac 100644 --- a/.github/workflows/helm-charts.yaml +++ b/.github/workflows/helm-charts.yaml @@ -43,4 +43,4 @@ jobs: - name: Publish Helm chart to GHCR if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} run: - helm push ${{ matrix.chart }}-*.tgz oci://ghcr.io/flyteorg/helm-charts \ No newline at end of file + helm push ${{ matrix.chart }}-*.tgz oci://ghcr.io/flyteorg/helm-charts