From 44320fb4b796430705f66810239521de8bf413a6 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 7 Oct 2024 20:05:48 +0000 Subject: [PATCH] ci: remove publish workaround --- .github/workflows/tag-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 4cda0c76..041e05a0 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -28,13 +28,13 @@ jobs: # Publish the uds bundle publish-uds-bundle-eksd: needs: tag-new-version - # if: ${{ needs.tag-new-version.outputs.release_created == 'true'}} + if: ${{ needs.tag-new-version.outputs.release_created == 'true'}} uses: ./.github/workflows/publish-bundle-eksd.yaml secrets: inherit # Publish the uds bundle publish-uds-bundle-rke2: needs: tag-new-version - # if: ${{ needs.tag-new-version.outputs.release_created == 'true'}} + if: ${{ needs.tag-new-version.outputs.release_created == 'true'}} uses: ./.github/workflows/publish-bundle-rke2.yaml secrets: inherit