Browse Source

fix draft-release workflow

Yuki Takei 4 years ago
parent
commit
1a8da5c5b7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/draft-release.yml

+ 2 - 0
.github/workflows/draft-release.yml

@@ -41,6 +41,8 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
+        with:
+          fetch-depth: 0
 
       - name: Create/Update Pull Request
         uses: bakunyo/git-pr-release-action@master