Skip to content

Commit

Permalink
Use git-lfs for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 authored Aug 25, 2024
1 parent 89042ac commit f54249b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
lfs: true
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -60,4 +62,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./package.json
asset_name: package.json
asset_content_type: application/json
asset_content_type: application/json

0 comments on commit f54249b

Please sign in to comment.