diff --git a/.github/workflows/publish_operator_image_and_bundle.yaml b/.github/workflows/publish_operator_image_and_bundle.yaml index cb64115..f54a2e5 100644 --- a/.github/workflows/publish_operator_image_and_bundle.yaml +++ b/.github/workflows/publish_operator_image_and_bundle.yaml @@ -262,6 +262,9 @@ jobs: IMAGE_DIGEST: ${{ needs.publish-image.outputs.operatorhub_image_digest }} run: make update-operator-hub-image-digest + - name: Run go mod tidy + run: go mod tidy + - name: Update Bundle run: make bundle