diff --git a/.circleci/config.yml b/.circleci/config.yml index 756b466dd..7dfde03d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,7 @@ jobs: command: | cd docs-snippets-npm npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN - npm publish + npm publish --access=public circle-all: docker: diff --git a/changelog/@unreleased/pr-192.v2.yml b/changelog/@unreleased/pr-192.v2.yml new file mode 100644 index 000000000..75d8b4f1d --- /dev/null +++ b/changelog/@unreleased/pr-192.v2.yml @@ -0,0 +1,5 @@ +type: fix +fix: + description: Fix publishing + links: + - https://github.com/palantir/foundry-platform-python/pull/192