Skip to content

Commit 081ed80

Browse files
authored
Merge pull request #178 from zoyi-jin/fix/ci
[Fix] 실 배포를 위해 --dry-run 삭제
2 parents 86d409b + 6d60dc1 commit 081ed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
node-version: 24.10.0
2929
registry-url: 'https://registry.npmjs.org'
3030

31-
- name: build and deploy
32-
run: npm publish --dry-run
31+
- name: deploy
32+
run: npm publish

0 commit comments

Comments
 (0)