Skip to content

Commit db07df7

Browse files
Merge pull request #39 from dev-sec/version_checkout
try to trick the checkout action to get the last master commit
2 parents 9f04695 + 636ec9a commit db07df7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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)