chore: allow github actions to commit

This commit is contained in:
Ralph Khreish
2025-05-03 19:24:00 +02:00
parent 4fee667a05
commit 735135efe9

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"