From 7bbd9470c49413012c2f26bdda97a36f812c1c2b Mon Sep 17 00:00:00 2001 From: Lyubo Kamenov Date: Wed, 2 Oct 2024 17:05:03 -0400 Subject: [PATCH] fix workflow bug --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3016fb6..575f35d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: mkdir -p ${BUILD_DIR} scripts/package-chart charts/conduit-operator ${BUILD_DIR} ${BUILD_DIR}/index.yaml ls -all ${BUILD_DIR} - cat ${BUILD_DIR}/index.yaml" + cat ${BUILD_DIR}/index.yaml - name: Release Helm Chart uses: peaceiris/actions-gh-pages@v4 with: