Skip to content

Commit eb8fd34

Browse files
authored
set fetch-depth to 0 in release action
1 parent 76b68a1 commit eb8fd34

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: create release draft
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2.3.4
16+
with:
17+
fetch-depth: 0
1618

1719
- name: 'Get Previous tag'
1820
id: previoustag

0 commit comments

Comments
 (0)