We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90d977b + d33bd63 commit 887b9bcCopy full SHA for 887b9bc
1 file changed
.github/workflows/release.yml
@@ -63,6 +63,9 @@ jobs:
63
path: ./CHANGELOGRELEASE.md
64
65
- uses: actions/checkout@v2
66
+ with:
67
+ fetch-depth: 2
68
+ - run: git checkout HEAD^
69
70
- name: Create Release draft
71
id: create_release
0 commit comments