From 4fe9407a19e66eb27ea58dbe5ce66cfbb1663554 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 16 Sep 2024 20:33:40 +0200 Subject: [PATCH] build fix --- .github/workflows/release-beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index cff707fcf..749cfaa05 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -21,8 +21,8 @@ jobs: uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true + with: + bundler-cache: true - name: Enable corepack run: corepack enable pnpm