Skip to content

Commit

Permalink
Run go mod tidy in publish_operator_image_and_bundle.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SheryarButt committed May 29, 2024
1 parent f63d826 commit f0fb013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_operator_image_and_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0fb013

Please sign in to comment.