Yuki Takei 4 yıl önce
ebeveyn
işleme
64cb067c64
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      .github/workflows/ci-app-prod.yml

+ 5 - 0
.github/workflows/ci-app-prod.yml

@@ -14,6 +14,11 @@ jobs:
       MERGE_BASE_SHA: ${{ steps.get-merge-base.outputs.sha }}
 
     steps:
+
+    - uses: actions/checkout@v2
+      with:
+        fetch-depth: 0
+
     - name: Git merge-base
       id: get-merge-base
       run: |