diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04fe1cbb6..e57d5d975 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - git config user.name "${{ secrets.RELEASE_USER }}" - git config user.email "${{ secrets.RELEASE_USER_EMAIL }}" + git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY yarn lerna version --conventional-commits --conventional-prerelease=* --yes yarn lerna publish from-git --yes --no-private