You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/04/11 11:56:17 UTC

[maven-mvnd] branch master updated: Another attempt to fix CI

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 96ac5cd  Another attempt to fix CI
96ac5cd is described below

commit 96ac5cd60b299174f8ca85724eac46732b4965b8
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Apr 11 13:56:05 2022 +0200

    Another attempt to fix CI
---
 .github/workflows/early-access.yaml            | 2 +-
 .github/workflows/release-candidate-stage1.yml | 2 +-
 .github/workflows/release.yaml                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml
index ab9ef64..790c469 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -53,7 +53,7 @@ jobs:
         uses: DeLaGuardo/setup-graalvm@5.0
         with:
           version: ${{ env.GRAALVM_VERSION }}
-          java-version: ${{ env.JAVA_VERSION }}
+          java: java${{ env.JAVA_VERSION }}
           components: 'native-image'
           github-token: ${{ secrets.GITHUB_TOKEN }}
 
diff --git a/.github/workflows/release-candidate-stage1.yml b/.github/workflows/release-candidate-stage1.yml
index d5ae04e..77ba7c5 100644
--- a/.github/workflows/release-candidate-stage1.yml
+++ b/.github/workflows/release-candidate-stage1.yml
@@ -50,7 +50,7 @@ jobs:
         uses: DeLaGuardo/setup-graalvm@5.0
         with:
           version: ${{ env.GRAALVM_VERSION }}
-          java-version: ${{ env.JAVA_VERSION }}
+          java: java${{ env.JAVA_VERSION }}
           components: 'native-image'
           github-token: ${{ secrets.GITHUB_TOKEN }}
 
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e10022d..862ff55 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -50,7 +50,7 @@ jobs:
         uses: DeLaGuardo/setup-graalvm@5.0
         with:
           version: ${{ env.GRAALVM_VERSION }}
-          java-version: ${{ env.JAVA_VERSION }}
+          java: java${{ env.JAVA_VERSION }}
           components: 'native-image'
           github-token: ${{ secrets.GITHUB_TOKEN }}