We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878cb81 commit 9b9635fCopy full SHA for 9b9635f
1 file changed
.github/workflows/npm-publish.yml
@@ -190,7 +190,7 @@ jobs:
190
working-directory: ${{ env.WORKING_DIR }}
191
run: |
192
# napi prepublish generates index.js and index.d.ts from the .node artifacts
193
- npx napi prepublish -t npm --skip-optional-publish
+ npx napi prepublish -t npm --skip-optional-publish --no-gh-release
194
ls -la index.js index.d.ts
195
196
- name: Validate packages
0 commit comments