diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 97233c20..0bab3820 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -42,6 +42,8 @@ jobs: - name: Version RC packages run: | + git config user.name "GitHub Actions" + git config user.email "github-actions@example.com" npx changeset version git add . git commit -m "chore: rc version bump" || echo "No changes to commit"