We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7336a77 + 95d1f72 commit 9aec597Copy full SHA for 9aec597
1 file changed
.github/workflows/release.yml
@@ -79,6 +79,7 @@ jobs:
79
uses: ncipollo/release-action@v1
80
with:
81
tag: ${{ steps.tag_version.outputs.new_tag }}
82
+ makeLatest: true
83
name: Release ${{ steps.tag_version.outputs.new_tag }}
84
body: ${{ steps.tag_version.outputs.changelog }}
85
0 commit comments