Skip to content

Commit

Permalink
chore: enable git-lfs in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Feb 1, 2025
1 parent bcebac3 commit 093955f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: 'true'

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down Expand Up @@ -92,6 +94,18 @@ jobs:
image: rust:1.82.0
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"

- name: Install dependencies (TEMP)
run: yarn install && yarn build --filter @rivet-gg/hub

- name: Build
env:
Expand Down Expand Up @@ -214,6 +228,18 @@ jobs:
uses: douglascamata/setup-docker-macos-action@v1-alpha

- uses: actions/checkout@v4
with:
lfs: 'true'

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"

- name: Install dependencies (TEMP)
run: yarn install && yarn build --filter @rivet-gg/hub

- name: Set outputs
id: vars
Expand Down Expand Up @@ -327,6 +353,8 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'

- uses: ./.github/actions/docker-setup
with:
Expand Down

0 comments on commit 093955f

Please sign in to comment.