Skip to content

Commit bf16361

Browse files
authored
v0.3.0
fix ci config - Remote 설정이 아니라 추가로 변경 (#215)
2 parents 832ea8d + cf03ab3 commit bf16361

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 add upstream "https://github.com/channel-io/design-system"
7070
- run: npm publish
7171

7272
workflows:

0 commit comments

Comments
 (0)