Skip to content

Commit

Permalink
fix: Ordering of otel update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 24, 2024
1 parent 6e82337 commit fb6f603
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/otel-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@ jobs:
# Run go mod tidy
make -j4 gotidy
git add .
# Run checks and regenerate otelcontribcol
make checks
# Regnerate otelcontribcol
make otelcontribcol
# Commit the changes
git add .
git commit -m "Update to OpenTelemetry Collector $tag_name"
# Run checks
make checks
git push origin update-otel-$tag_name
- name: Create Pull Request
Expand Down

0 comments on commit fb6f603

Please sign in to comment.