Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 7, 2024
1 parent 0f7797d commit e563e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Build
run: yarn build

# TODO: Why do both .npmrc and .yarnrc.yml need updates?
- name: Configure yarn to publish packages
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_CARTODB_AUTH_TOKEN }}
Expand All @@ -74,7 +75,6 @@ jobs:
yarn config set npmAuthToken "${NPM_AUTH_TOKEN}"
# Create .npmrc
# TODO: Why do both .npmrc and .yarnrc.yml need updates?
echo "@carto:registry=https://registry.npmjs.org/" > .npmrc
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" >> .npmrc
Expand Down

0 comments on commit e563e00

Please sign in to comment.