Skip to content

Commit 7530148

Browse files
authored
BLD: release.yml: add jest-react and react-noop-renderer (jsdotlua#41)
1 parent df4b407 commit 7530148

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
- name: Publish react-devtools-extensions to wally
122122
run: wally publish --project-path build/wally/react-devtools-extensions
123123

124+
- name: Publish jest-react to wally
125+
run: wally publish --project-path build/wally/jest-react
126+
127+
- name: Publish react-noop-renderer
128+
run: wally publish --project-path build/wally/react-noop-renderer
124129

125130
create-release:
126131
needs: publish-package

0 commit comments

Comments
 (0)