From 75301481bdd5b46dddd4a02dc56bb51ff97db6a8 Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Sun, 23 Mar 2025 01:19:11 -0400 Subject: [PATCH] BLD: release.yml: add jest-react and react-noop-renderer (#41) --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 428ff78e..287c6971 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,6 +121,11 @@ jobs: - name: Publish react-devtools-extensions to wally run: wally publish --project-path build/wally/react-devtools-extensions + - name: Publish jest-react to wally + run: wally publish --project-path build/wally/jest-react + + - name: Publish react-noop-renderer + run: wally publish --project-path build/wally/react-noop-renderer create-release: needs: publish-package