Skip to content

Commit 9aec597

Browse files
Merge pull request #2544 from VWS-Python/release-makeLatest
Make sure GitHub releases are marked as latest
2 parents 7336a77 + 95d1f72 commit 9aec597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
uses: ncipollo/release-action@v1
8080
with:
8181
tag: ${{ steps.tag_version.outputs.new_tag }}
82+
makeLatest: true
8283
name: Release ${{ steps.tag_version.outputs.new_tag }}
8384
body: ${{ steps.tag_version.outputs.changelog }}
8485

0 commit comments

Comments
 (0)