Skip to content

Commit e362e03

Browse files
authored
Update release.yml (#280)
Fix problem with "Release to SDKMan Job" - Correct dependencies between jobs
1 parent 6eeed20 commit e362e03

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
@@ -380,7 +380,7 @@ jobs:
380380
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
381381
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
382382
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
383-
needs: [linux, macos, windows]
383+
needs: [build, linux, macos, windows]
384384
steps:
385385
- name: Checkout repository
386386
uses: actions/checkout@v4

0 commit comments

Comments
 (0)