Skip to content

Commit 73220d8

Browse files
committed
cicd: fix release.yml 'needs' variable
1 parent daa3e86 commit 73220d8

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
@@ -11,7 +11,7 @@ jobs:
1111

1212
deploy-maven:
1313
uses: ./.github/workflows/deploy-maven-repository-workflow.yml
14-
needs: test
14+
needs: build
1515
secrets: inherit
1616

1717
release:

0 commit comments

Comments
 (0)