From 7f21b96067f97b1a4cba8cb8a2eb621056ec57ea Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 2 Oct 2024 14:12:03 -0400 Subject: [PATCH] release-chart debugging --- .github/workflows/release-chart.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index e0ab8fd..2d6cddf 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -32,5 +32,6 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - name: Publish to GH Pages - uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main + publish: + needs: release + uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main