From 503a2c124934b4afbc0a470c0f87794d0f769e4a Mon Sep 17 00:00:00 2001 From: DeltaNeverUsed Date: Sat, 6 Jul 2024 02:09:32 +0200 Subject: [PATCH] chore: lfs for release build --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aad8126..d5acab6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,8 @@ jobs: # Checkout Local Repository - name: Checkout uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + with: + lfs: "true" # Get the Package version based on the package.json file - name: Get Version