Skip to content

Commit

Permalink
Changed lfs true from maven.yml to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnsson95 committed Feb 20, 2024
1 parent aea43c2 commit 61c22bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -25,7 +23,6 @@ jobs:
with:
ref: badges
path: badges
lfs: true
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c22bd

Please sign in to comment.