Skip to content

Commit fd8d216

Browse files
committed
fix: use npm publish instead of bun
1 parent 61e3a30 commit fd8d216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
bun run build:lib
4343
4444
- name: Publish to npm
45-
run: bunx npm publish --provenance --ignore-scripts # --provenance: OIDC 인증 및 출처 증명, --ignore-scripts: skip prepare script (already ran in Build package step)
45+
run: npm publish --provenance --ignore-scripts # --provenance: OIDC 인증 및 출처 증명, --ignore-scripts: skip prepare script (already ran in Build package step)

0 commit comments

Comments
 (0)