Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 2, 2023
1 parent 1aae330 commit adc3267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yarn-cache-folder-
- name: Install
run: yarn install
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

- name: Build Registry
run: yarn build:registry
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
yarn-cache-folder-
- name: Install Dependencies
# run: yarn install --immutable
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

- name: Prepare Release
Expand Down

0 comments on commit adc3267

Please sign in to comment.