We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f423c18 commit 8ecebfaCopy full SHA for 8ecebfa
.github/workflows/prepare-release.yaml
@@ -15,7 +15,7 @@ env:
15
CI_BUILD_WORKFLOW: "continuous-integration.yaml" # Name of the workflow that should be triggered for CI build
16
RELEASE_ARTIFACT_NAME: "release-artifacts" # Name of the artifact that should be downloaded from the CI workflow
17
SDK_TARGETS_NAME: "sdk-targets" # Name of the SDK target directories artifact that should be downloaded from the CI workflow
18
-
+ JAVA_VERSION: 17
19
DOCS_REPO: SAP/cloud-sdk
20
21
jobs:
0 commit comments