Skip to content

Commit

Permalink
fix(circleci): Set context in proper place (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasjmatson committed Mar 8, 2023
1 parent a1ae536 commit 6702d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

publish:
<<: *defaults
context: infinitered-npm-package
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand All @@ -72,6 +71,7 @@ workflows:
requires:
- setup
- publish:
context: infinitered-npm-package
requires:
- rollup_and_tests
filters:
Expand Down

0 comments on commit 6702d84

Please sign in to comment.