From f1e3fa164929c609663e8e2e8c438393c9972f2b Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 29 Jun 2024 10:39:09 +0200 Subject: [PATCH] Remove frozen filelock --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 598b249..1136701 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: cache: 'yarn' architecture: 'x64' - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install - name: Build and publish package run: yarn run publish env: