Skip to content

Commit 588497f

Browse files
committed
copy license while publishing
1 parent aed4764 commit 588497f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
run: |
5656
cd ${PACKAGE_FOLDER} # Navigate to the correct package folder
5757
echo "Building package from ${PACKAGE_FOLDER}"
58+
cp ../LICENSE-APACHE .
59+
cp ../LICENSE-MIT .
5860
npm run build
5961
6062
- name: Publish to npm

0 commit comments

Comments
 (0)