Skip to content

Commit

Permalink
Merge pull request #904 from VWS-Python/release-makeLatest
Browse files Browse the repository at this point in the history
Make sure GitHub releases are marked as latest
  • Loading branch information
adamtheturtle authored Feb 20, 2025
2 parents 9bdc96d + df7b979 commit c771a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
makeLatest: true
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

Expand Down

0 comments on commit c771a3c

Please sign in to comment.