Skip to content

Commit 832ea8d

Browse files
authored
v0.3.0
with fixing typo - Remote url typo 수정 (#213)
2 parents 5435641 + 6d0a582 commit 832ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
6767
- run:
6868
name: Config git remote
69-
command: git remote set-url upstream "https://github.com/channel.io/design-system"
69+
command: git remote set-url upstream "https://github.com/channel-io/design-system"
7070
- run: npm publish
7171

7272
workflows:

0 commit comments

Comments
 (0)