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