Skip to content

Commit 73960dd

Browse files
committed
Copy README.md to npm folder during release packaging
1 parent 3858769 commit 73960dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
cp -R library-insight-cli/build/install/library-insight/lib/* npm/lib/
6565
# Copy Custom AI Skill file
6666
cp .agents/skills/library-insight/SKILL.md npm/
67+
# Copy README file
68+
cp README.md npm/
6769
6870
- name: Publish to npm
6971
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)