Skip to content

Commit

Permalink
Fixing changelog generation order
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 26, 2021
1 parent 72d60fa commit 8ba2165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
id: gitLog
uses: jarrodparkes/[email protected]
with:
start: ${{ github.ref }}
end: ${{ steps.previousTag.outputs.tag }}
start: ${{ steps.previousTag.outputs.tag }}
end: ${{ github.ref }}

- name: GitHub release
uses: actions/create-release@v1
Expand Down

0 comments on commit 8ba2165

Please sign in to comment.