Skip to content

Commit

Permalink
Merge pull request #106 from stakater/publish-bundle-fix
Browse files Browse the repository at this point in the history
Run go mod tidy in publish_operator_image_and_bundle.yaml workflow
  • Loading branch information
Bharath Nallapeta authored May 29, 2024
2 parents f63d826 + f0fb013 commit 63ca46c
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 63ca46c

Please sign in to comment.