Skip to content

Commit c754020

Browse files
authored
fix(ci_cd): try to fix publishing
1 parent 99661b9 commit c754020

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
version: latest
4242
run_install: true
43-
- run: pnpm publish
43+
# TODO(bengreenier): Use an artifact instead
44+
- run: pnpm run build
45+
- run: pnpm --filter @bengreenier/react-user-media publish
4446
env:
4547
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)