From 12f25d310bf06537c85ad9d9e4e51a2088119d7d Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:00:49 -0800 Subject: [PATCH] chore: Enable jest mocks release process. (#762) --- .github/workflows/release-please.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 45156142b..2538bf118 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -345,8 +345,7 @@ jobs: permissions: id-token: write contents: write - # HACK: jest is not ready for release yet. - if: false #${{ needs.release-please.outputs.package-tooling-jest-release == 'true' }} + if: ${{ needs.release-please.outputs.package-tooling-jest-release == 'true' }} steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4