We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb0bc71 + 9d014f6 commit ddb7f61Copy full SHA for ddb7f61
1 file changed
.circleci/config.yml
@@ -59,6 +59,9 @@ jobs:
59
- run:
60
name: Authenticate with registry
61
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"
65
66
name: Publish package to npm and tagging
67
command: /bin/bash .circleci/publish-and-tagging.sh
@@ -68,10 +71,11 @@ workflows:
68
71
test_build_publish:
69
72
jobs:
70
73
- test
- - build
- - publish:
74
+ - build:
75
requires:
76
77
+ - publish:
78
+ requires:
79
- build
80
filters:
81
branches:
0 commit comments