Skip to content

Commit da92cb4

Browse files
Add license files to github release
1 parent 5263884 commit da92cb4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,12 @@ jobs:
186186
with:
187187
tag_name: v${{ needs.update-version.outputs.version }}
188188
name: Release v${{ needs.update-version.outputs.version }}
189-
files: artifacts/bindings-*/*.node
189+
files: |
190+
artifacts/bindings-*/*.node
191+
index.js
192+
index.d.ts
193+
LICENSE
194+
LICENSE-3RD-PARTY.txt
190195
env:
191196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
192197
- name: Publish to NPM

0 commit comments

Comments
 (0)