Skip to content

Commit 8ba2165

Browse files
committed
Fixing changelog generation order
1 parent 72d60fa commit 8ba2165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
id: gitLog
5858
uses: jarrodparkes/git-log-action@1.0.0
5959
with:
60-
start: ${{ github.ref }}
61-
end: ${{ steps.previousTag.outputs.tag }}
60+
start: ${{ steps.previousTag.outputs.tag }}
61+
end: ${{ github.ref }}
6262

6363
- name: GitHub release
6464
uses: actions/create-release@v1

0 commit comments

Comments
 (0)