diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d6317a..9cedb76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,4 +118,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_CARTODB_AUTH_TOKEN }} run: | set -x + cat .npmrc + npm config get registry + npm view @carto/create-common versions NPM_TOKEN=${NODE_AUTH_TOKEN} yarn lerna publish from-git --yes --dist-tag ${RELEASE_TYPE} --loglevel verbose