diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index b99b97045..298146c0d 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -62,4 +62,4 @@ jobs: pnpm --filter=${{ matrix.package }} run release --preid "dev.$(date +%s)-$(git rev-parse --short HEAD)" pnpm --filter=${{ matrix.package }} publish --no-git-checks --tag dev || true env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} diff --git a/.yarnrc.yml b/.yarnrc.yml deleted file mode 100644 index ebd3c8b76..000000000 --- a/.yarnrc.yml +++ /dev/null @@ -1,23 +0,0 @@ -logFilters: - - code: YN0002 - level: discard - - code: YN0013 - level: discard - - code: YN0032 - level: discard - - code: YN0060 - level: discard - -nodeLinker: node-modules - -plugins: - - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs - spec: '@yarnpkg/plugin-interactive-tools' - - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs - spec: '@yarnpkg/plugin-workspace-tools' - - path: .yarn/plugins/@yarnpkg/plugin-version.cjs - spec: '@yarnpkg/plugin-version' - - path: .yarn/plugins/@yarnpkg/plugin-docker-build.cjs - spec: 'https://github.com/Dcard/yarn-plugins/releases/latest/download/plugin-docker-build.js' - -yarnPath: .yarn/releases/yarn-3.6.1.cjs