Skip to content

Commit

Permalink
Remove pull lfs in checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 26, 2023
1 parent 7ac3161 commit fc797e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
working-directory: web
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-node@v3
- uses: bahmutov/npm-install@v1
- run: yarn build
Expand Down Expand Up @@ -59,7 +57,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{needs.prepare_release.outputs.target_commitish}}
lfs: true
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
Expand All @@ -83,7 +80,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{needs.prepare_release.outputs.target_commitish}}
lfs: true
- uses: actions/setup-node@v3
- uses: bahmutov/npm-install@v1
- run: yarn build
Expand All @@ -104,7 +100,7 @@ jobs:
sha: ${{needs.prepare_release.outputs.target_commitish}}
- uses: softprops/action-gh-release@v1
with:
name: v${{needs.prepare_release.outputs.release_name}}
name: ${{needs.prepare_release.outputs.release_name}}
body: ${{needs.prepare_release.outputs.release_body}}
tag_name: ${{needs.prepare_release.outputs.release_tag_name}}
target_commitish: ${{needs.prepare_release.outputs.target_commitish}}
Expand Down

0 comments on commit fc797e1

Please sign in to comment.