We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979eeb1 commit 0e5d8e9Copy full SHA for 0e5d8e9
.github/workflows/release.yml
@@ -282,6 +282,7 @@ jobs:
282
draft: ${{ github.ref_type != 'tag' }}
283
tag_name: ${{ needs.meta.outputs.next-release-tag }}
284
generate_release_notes: false
285
+ make_latest: ${{ github.ref_type == 'tag' && needs.meta.outputs.is-prerelease == 'false' }}
286
body_path: ${{ needs.meta.outputs.project-dir }}/CHANGELOG.current
287
files: |
288
./artifacts/*/*
0 commit comments