From 61c22bda80062bd4a25bfa30ac6cb91df5e1c504 Mon Sep 17 00:00:00 2001 From: Adam Johnsson Date: Tue, 20 Feb 2024 09:40:50 +0100 Subject: [PATCH] Changed lfs true from maven.yml to release.yml --- .github/workflows/maven.yml | 3 --- .github/workflows/release.yml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 19d6e13..46a7142 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,8 +14,6 @@ jobs: steps: - name: Checkout main branch uses: actions/checkout@v4 - with: - lfs: true - name: Get required JDK version from Maven project run: | JDK_VERSION=$(mvn help:evaluate -Dexpression=maven.compiler.release -q -DforceStdout) @@ -25,7 +23,6 @@ jobs: with: ref: badges path: badges - lfs: true - name: Set up JDK uses: actions/setup-java@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e48d123..6be8fe7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with : + lfs: true - name: Log in to the Container registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d