Skip to content

Commit 48a422e

Browse files
committed
chore: Fix readmes for published packages
1 parent 6dc164f commit 48a422e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
# Publish new version to npm and PyPi
166166
- name: Build Typescript library and publish to NPM
167167
run: |
168+
cp ../../README.md .
168169
npm ci
169170
npm publish --access public
170171
env:
@@ -173,7 +174,7 @@ jobs:
173174

174175
- name: Build Python library
175176
run: |
176-
cd ../../README.md .
177+
cp ../../README.md .
177178
uv build
178179
ls dist/
179180
working-directory: ./src/python

0 commit comments

Comments
 (0)