Skip to content

Commit

Permalink
Add the tidying back for otelcontribcol but only on the release thingie
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Oct 4, 2024
1 parent 7351d28 commit 06d6b5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ git commit -m "make multimod-sync changes ${CANDIDATE_BETA}" || (echo "no multim

make gotidy

pushd cmd/otelcontribcol
go mod tidy
popd

git add .
git commit -m "make gotidy changes ${CANDIDATE_BETA}" || (echo "no gotidy changes to commit")
make otelcontribcol
Expand Down

0 comments on commit 06d6b5b

Please sign in to comment.