From e00cf9d2cc6a8121db3d06c3dd896b6d9d9d0c10 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 27 Sep 2024 16:30:58 -0600 Subject: [PATCH] ci: revert release hack --- .github/workflows/tag-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 90bd582b..23ea78b3 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -28,6 +28,6 @@ jobs: # Publish the uds bundle publish-uds-bundle: 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.yaml secrets: inherit