Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanSparker committed Dec 19, 2024
1 parent 70aabb7 commit a1e9942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}
cache: 'yarn'
# cache: 'yarn'

- name: Build
run: yarn install && yarn build
run: yarn install --frozen-lockfile && yarn build

- name: Meandao Release & Publish Toolkit
uses: mean-dao/[email protected]
Expand Down

0 comments on commit a1e9942

Please sign in to comment.