Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedezed committed Sep 27, 2024
1 parent f61d957 commit 5e408fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_CARTODB_AUTH_TOKEN }}
run: |
set -x
echo '@carto:registry=https://registry.npmjs.org/' > .npmrc
echo "@carto:registry=https://registry.npmjs.org/" > .npmrc
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .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

0 comments on commit 5e408fa

Please sign in to comment.