Skip to content

Commit c5033c5

Browse files
rquastfspec
authored andcommitted
fix(ci): remove invalid --skip-npm-publish flag
napi prepublish just generates packages, doesn't publish them.
1 parent 94dcdae commit c5033c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-codelet-napi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
working-directory: codelet/napi
210210

211211
- name: Generate platform packages
212-
run: npx napi prepublish -t npm --skip-npm-publish
212+
run: npx napi prepublish -t npm
213213
working-directory: codelet/napi
214214

215215
- name: List packages

0 commit comments

Comments
 (0)