Browse Source

bundler init

codecalm 1 year ago
parent
commit
80dd505973
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/release-beta.yml

+ 4 - 0
.github/workflows/release-beta.yml

@@ -20,6 +20,10 @@ jobs:
       - name: Checkout Repo
         uses: actions/checkout@v4
 
+      - uses: ruby/setup-ruby@v1
+      with:
+        bundler-cache: true
+
       - name: Enable corepack
         run: corepack enable pnpm