Skip to content

Commit 01069e4

Browse files
committed
fix: copy README to npm directory for npmjs display
1 parent 1b0f154 commit 01069e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ jobs:
129129
node-version: '20'
130130
registry-url: 'https://registry.npmjs.org'
131131

132+
- name: Copy README for npm
133+
run: cp README.md npm/README.md
134+
132135
- name: Set version from tag
133136
run: |
134137
VERSION=${GITHUB_REF#refs/tags/v}

0 commit comments

Comments
 (0)