diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ab27d2..627ffad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: "destination_directory": "/schedule", "config_secret": "${{ secrets.CONFIG_JSON }}", "title": "${{ env.CLEAN_TITLE }}", - "package_manager_config_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set registry=https://registry.npmjs.org && npm uninstall react-error-overlay && npm install react-error-boundary && npm config set registry=https://npm.pkg.github.com/Team-B1ND", + "package_manager_config_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set registry=https://registry.npmjs.org && npm uninstall react-error-overlay && npm install react-error-boundary", "package_manager": "npm" } \ No newline at end of file