Skip to content

Commit fb020e1

Browse files
Merge pull request #33 from dev-sec/version_checkout
Version checkout
2 parents 97f0ab8 + 73f3d33 commit fb020e1

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)