Skip to content

Commit

Permalink
fix: OTeL update workflow fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 25, 2024
1 parent fdb5aea commit 8b834c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/otel-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
# Update version in versions.yaml
sed -i "s/$current_version/$latest_version/g" versions.yaml
# Run go mod tidy and download
# Run go mod tidy
go mod tidy
make -j4 gotidy
make -j2 gomoddownload
# Commit the changes
git add .
git commit -m "Update to OpenTelemetry Collector $tag_name"
# Regnerate otelcontribcol
make otelcontribcol
make genotelcontribcol
# Commit the changes
git add .
Expand Down

0 comments on commit 8b834c7

Please sign in to comment.