Skip to content

Commit

Permalink
Checkout blobs
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Deniz Kabakci <[email protected]>
  • Loading branch information
jriguera and CemDK committed Mar 20, 2024
1 parent 5441073 commit f6e5d5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ env:
permissions: {}

jobs:
make:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true


- name: Checkout LFS blobs
run: git lfs checkout

- name: Create final bosh release
uses: orange-cloudfoundry/bosh-release-action@v2
with:
Expand Down

0 comments on commit f6e5d5b

Please sign in to comment.