Skip to content

Commit 0867ef7

Browse files
authored
fix: remove unnecessary release step (#1564)
1 parent 9b647ee commit 0867ef7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: .github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,3 @@ jobs:
4545
with:
4646
version_branch: ${{needs.prepare-release.outputs.version_branch}}
4747
project_dir: '.'
48-
49-
release-bom:
50-
needs: [ prepare-release, release-sdk ] # needs prepare-release to be able to get the proper version branch name
51-
uses: ./.github/workflows/release-project-in-dir.yml
52-
secrets: inherit
53-
with:
54-
version_branch: ${{needs.prepare-release.outputs.version_branch}}
55-
project_dir: './operator-framework-bom'

0 commit comments

Comments
 (0)