Browse Source

set fetch-depth when checking out

Yuki Takei 4 years ago
parent
commit
fb6e8142a0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci-app-prod.yml

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

@@ -281,6 +281,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        fetch-depth: 0
 
     - uses: actions/setup-node@v2
       with: