Skip to content

Commit

Permalink
remove yarnpkg todo (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 14, 2024
1 parent 85772eb commit 113b3a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ jobs:
- name: Publish
if: ${{ inputs.release-type != 'none' && github.event_name == 'workflow_dispatch' }}
run: |
# TODO: We could remove the yarnpkg registry and set the npmregistry
# TODO: globally, by doing: yarn config set registry <registry-url>
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand Down

0 comments on commit 113b3a7

Please sign in to comment.