Skip to content

Commit

Permalink
Fix changelog since tag if pre-release
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Aug 18, 2022
1 parent e4bb4ee commit c94bfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: InsonusK/get-latest-release@v1.0.1
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
exclude_types: draft|prerelease
exclude_types: draft
view_top: 1

- name: Get new version
Expand Down

0 comments on commit c94bfef

Please sign in to comment.