diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06ffa89..dc64f0e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,8 @@ jobs: # Runs a set of commands using the runners shell - name: Run lerna run: | - echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc + echo "@wemaintain:registry=https://npm.pkg.github.com/" > ~/.npmrc + echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc git config --global user.email "no-reply@wemaintain.com" git config --global user.name "Release BOT" npm run lerna publish -- --yes