Skip to content

Commit 3c458f1

Browse files
committed
chore: add context to a different place
1 parent be62ae8 commit 3c458f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- run: npm test
2020

2121
release:
22-
context:
23-
- test-runner:npm-release
2422
docker:
2523
- image: cimg/node:18.12.1
2624
steps:
@@ -38,6 +36,8 @@ workflows:
3836
jobs:
3937
- test
4038
- release:
39+
context:
40+
- test-runner:npm-release
4141
requires:
4242
- test
4343
filters:

0 commit comments

Comments
 (0)