We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b68a1 commit eb8fd34Copy full SHA for eb8fd34
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
name: create release draft
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2.3.4
16
+ with:
17
+ fetch-depth: 0
18
19
- name: 'Get Previous tag'
20
id: previoustag
0 commit comments