From f236fab9570853d19e29bfd06e81d8e6295069e8 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Wed, 1 Feb 2023 17:40:20 -0500 Subject: [PATCH] chore: remove references to hollandjg --- .github/workflows/npm-publish-github-packages.yml | 4 ---- .yarnrc.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index 5718da9ad..f472ddbb6 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -23,10 +23,6 @@ jobs: with: cache: 'yarn' node-version: 18 - registry-url: https://npm.pkg.github.com/ - scope: '@hollandjg' # replace with scope: '@thepolicylab-projectportals' - token: ${{ secrets.GITHUB_TOKEN }} - always-auth: true - run: yarn install --immutable - run: yarn test - name: Update version numbers diff --git a/.yarnrc.yml b/.yarnrc.yml index 2ec5199bf..4d9b81716 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -9,5 +9,3 @@ yarnPath: .yarn/releases/yarn-3.4.1.cjs npmScopes: thepolicylab-projectportals: npmRegistryServer: https://npm.pkg.github.com - hollandjg: - npmRegistryServer: https://npm.pkg.github.com