Skip to content

Commit fbd44b6

Browse files
committed
fix napi pre-publish
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 7f78ad3 commit fbd44b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
working-directory: ${{ env.WORKING_DIR }}
191191
run: |
192192
# napi prepublish generates index.js and index.d.ts from the .node artifacts
193-
npx napi prepublish -t npm --skip-optional-publish
193+
npx napi prepublish -t npm --skip-optional-publish --no-gh-release
194194
ls -la index.js index.d.ts
195195
196196
- name: Validate packages

0 commit comments

Comments
 (0)