Skip to content

Commit

Permalink
Fix sdk auto-update (#10810)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Mar 12, 2024
1 parent dc8be47 commit 9db9661
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-update-otel-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 9db9661

Please sign in to comment.