Fix sdk auto-update (#10810)

This commit is contained in:
Trask Stalnaker 2024-03-12 03:18:16 -07:00 committed by GitHub
parent dc8be4771d
commit 9db9661bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@ jobs:
branch="opentelemetrybot/update-opentelemetry-sdk-to-${VERSION}"
git checkout -b $branch
git commit -a -m "$message"
git add -u
git add licenses
git commit -m "$message"
git push --set-upstream origin $branch
gh pr create --title "$message" \
--body "$body" \