Skip to content

Commit

Permalink
Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Mar 1, 2024
1 parent bb6ce35 commit 887f441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- run: pnpm install
- run: pnpm install semantic-release-config-techor --workspace-root
- run: pnpm build
- run: |
for dir in packages/*/; do
cp README.md "$dir"
done
- uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.ref }}
Expand Down

0 comments on commit 887f441

Please sign in to comment.