We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5263884 commit da92cb4Copy full SHA for da92cb4
.github/workflows/release.yml
@@ -186,7 +186,12 @@ jobs:
186
with:
187
tag_name: v${{ needs.update-version.outputs.version }}
188
name: Release v${{ needs.update-version.outputs.version }}
189
- files: artifacts/bindings-*/*.node
+ files: |
190
+ artifacts/bindings-*/*.node
191
+ index.js
192
+ index.d.ts
193
+ LICENSE
194
+ LICENSE-3RD-PARTY.txt
195
env:
196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
197
- name: Publish to NPM
0 commit comments