Yuki Takei 4 лет назад
Родитель
Сommit
64cb067c64
1 измененных файлов с 5 добавлено и 0 удалено
  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: |