Skip to content

Commit

Permalink
fix workflow yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Jan 22, 2025
1 parent a017753 commit f66a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'yarn'

# allow the lock file to change (updating our own workspace versions in monorepo)
# - run: yarn install --no-immutable
- run: yarn install --no-immutable
# - run: yarn build
# - run: yarn test

Expand Down

0 comments on commit f66a6fd

Please sign in to comment.