Skip to content

Commit 9980f2e

Browse files
committed
Remove dependency from release creation job
1 parent 3d11a36 commit 9980f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
create-release:
8686
name: Draft GitHub release
8787
runs-on: ubuntu-latest
88-
needs: [deploy-maven, deploy-python, deploy-docker]
88+
needs: [deploy-python, deploy-docker]
8989
steps:
9090
- name: Create release
9191
id: create_release

0 commit comments

Comments
 (0)