diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97365da2e..111883ca2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,5 +33,7 @@ jobs: - name: Remove Compiled Component Library uses: EndBug/add-and-commit@v9 with: + author_name: github-actions[bot] + author_email: github-actions[bot]@users.noreply.github.com remove: "--cached -r node_modules" message: "build: removed compiled component library from git"