You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/08/16 16:27:36 UTC

[camel-k] branch main updated: fix actions/setup-java parameters

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d61b8220 fix actions/setup-java parameters
2d61b8220 is described below

commit 2d61b8220942101965f3b8eac89e19f7d448d334
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 16 08:14:09 2022 +0200

    fix actions/setup-java parameters
---
 .github/workflows/release-workflow.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml
index 6e6ce104c..fdb3eb130 100644
--- a/.github/workflows/release-workflow.yml
+++ b/.github/workflows/release-workflow.yml
@@ -40,7 +40,7 @@ jobs:
       - name: Set up JDK ${{ inputs.javaVersion }}
         uses: actions/setup-java@v2
         with:
-          version: ${{ inputs.javaVersion }}
+          java-version: ${{ inputs.javaVersion }}
           distribution: "temurin"
       - name: Install Go ${{ inputs.goVersion }}
         uses: actions/setup-go@v2