Skip to content

Commit 636ec9a

Browse files
try to trick the checkout action to get the last master commit
Signed-off-by: Michée Lengronne <[email protected]>
1 parent d33bd63 commit 636ec9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464

6565
- uses: actions/checkout@v2
6666
with:
67-
fetch-depth: 2
68-
- run: git checkout HEAD^
67+
ref: master
6968

7069
- name: Create Release draft
7170
id: create_release

0 commit comments

Comments
 (0)