diff --git a/.github/workflows/auto-update-otel-sdk.yml b/.github/workflows/auto-update-otel-sdk.yml index 2625ac89bbfc..b9b1d173bbda 100644 --- a/.github/workflows/auto-update-otel-sdk.yml +++ b/.github/workflows/auto-update-otel-sdk.yml @@ -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" \