diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04fe1cbb6..ea9b7fbfa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,9 +27,6 @@ jobs: - name: "Version and publish" env: 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 }}" - yarn lerna version --conventional-commits --conventional-prerelease=* --yes + yarn lerna version --conventional-commits --conventional-prerelease=* --yes --no-push yarn lerna publish from-git --yes --no-private