Browse Source

bundler init

codecalm 1 năm trước cách đây
mục cha
commit
80dd505973
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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