Skip to content

Commit

Permalink
build: explicit set npm publish --access public (#4)
Browse files Browse the repository at this point in the history
* build: npm publish --access public

* Update config.yml
  • Loading branch information
jkwlui committed Jul 18, 2018
1 parent ac2e8ce commit bdd72b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ jobs:
steps:
- checkout
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
- run: npm publish
- run: npm publish --access=public

0 comments on commit bdd72b1

Please sign in to comment.