Skip to content

Commit 887f441

Browse files
committed
Update: README.md
1 parent bb6ce35 commit 887f441

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- run: pnpm install
2929
- run: pnpm install semantic-release-config-techor --workspace-root
3030
- run: pnpm build
31+
- run: |
32+
for dir in packages/*/; do
33+
cp README.md "$dir"
34+
done
3135
- uses: lewagon/wait-on-check-action@v1.3.3
3236
with:
3337
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)