SL-20546: Add viewer channel and full version to GitHub release page.

(cherry picked from commit f71662225e)
master
Nat Goodspeed 2023-10-31 10:50:39 -04:00
parent 701d1a33bb
commit e0ae227d0a
1 changed files with 5 additions and 0 deletions

View File

@ -360,6 +360,11 @@ jobs:
# name the release page for the build number so we can find it
# easily (analogous to looking up a codeticket build page)
name: "v${{ github.run_id }}"
# SL-20546: want the channel and version to be visible on the
# release page
body: |
${{ needs.build.outputs.viewer_channel }}
${{ needs.build.outputs.viewer_version }}
prerelease: true
generate_release_notes: true
# the only reason we generate a GH release is to post build products