Skip to content

Commit 9d5fd52

Browse files
Updated Workflow to bundle readme with module
1 parent 39e5172 commit 9d5fd52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-module.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Compile Source
4040
working-directory: module
4141
run: npm run compile
42+
# Copy ReadMe into module
43+
- name: Copy ReadMe into module
44+
run: cp README.md module/README.md
4245
# Publish package
4346
- name: Publish package
4447
working-directory: module

0 commit comments

Comments
 (0)