We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeed20 commit e362e03Copy full SHA for e362e03
.github/workflows/release.yml
@@ -380,7 +380,7 @@ jobs:
380
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
381
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
382
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
383
- needs: [linux, macos, windows]
+ needs: [build, linux, macos, windows]
384
steps:
385
- name: Checkout repository
386
uses: actions/checkout@v4
0 commit comments