Skip to content

Commit bca54bf

Browse files
use checkout v2 and fetch HEAD
Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
1 parent edf38bc commit bca54bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ jobs:
6060
with:
6161
path: ./CHANGELOGRELEASE.md
6262

63-
- uses: actions/checkout@v1
63+
- uses: actions/checkout@v2
64+
with:
65+
fetch-depth: 2
66+
- run: git checkout HEAD^
6467

6568
- name: Create Release draft
6669
id: create_release

0 commit comments

Comments
 (0)