chore: allow github actions to commit

This commit is contained in:
Ralph Khreish
2025-05-03 19:24:00 +02:00
parent 42ff38019d
commit 7d76e413f5

View File

@@ -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"