Skip to content

Commit 4553240

Browse files
committed
ci: copy README to release
1 parent ba175e5 commit 4553240

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
id: build
5757
run: pnpm build
5858

59+
- name: 📦 Prepare for Publish
60+
id: prepare-for-publish
61+
run: |
62+
# Copy the README.md file to the lib directory.
63+
cp README.md lib
64+
5965
- name: 📣 Create Release Pull Request or Publish to npm
6066
id: changesets
6167
uses: changesets/action@v1

0 commit comments

Comments
 (0)