Skip to content

Commit 795a892

Browse files
authored
Merge pull request #179 from channel-io/develop
[Fix] 실 배포를 위해 workflow 수정
2 parents e0f15aa + 081ed80 commit 795a892

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)