Skip to content

Commit ddb7f61

Browse files
authored
Merge pull request #139 from sugarshin/fix-ci
Fix ci
2 parents bb0bc71 + 9d014f6 commit ddb7f61

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- run:
6060
name: Authenticate with registry
6161
command: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" >> ~/.npmrc
62+
- add_ssh_keys:
63+
fingerprints:
64+
- "2f:7b:b4:a6:db:17:8f:7b:72:27:6b:bd:c3:de:7e:19"
6265
- run:
6366
name: Publish package to npm and tagging
6467
command: /bin/bash .circleci/publish-and-tagging.sh
@@ -68,10 +71,11 @@ workflows:
6871
test_build_publish:
6972
jobs:
7073
- test
71-
- build
72-
- publish:
74+
- build:
7375
requires:
7476
- test
77+
- publish:
78+
requires:
7579
- build
7680
filters:
7781
branches:

0 commit comments

Comments
 (0)