Skip to content

Commit 22139ec

Browse files
Use correct dependency step for maven-central-sync (#912)
1 parent 510f24f commit 22139ec

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
@@ -42,7 +42,7 @@ jobs:
4242
maven-central-sync:
4343
runs-on: ubuntu-latest
4444
needs:
45-
- lt_release
45+
- sonar_release
4646
steps:
4747
- name: Setup JFrog CLI
4848
uses: jfrog/setup-jfrog-cli@v1

0 commit comments

Comments
 (0)