diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-10-31 10:50:39 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-01 16:13:28 -0500 |
commit | e0ae227d0af39ee1c55d167d5091889f821ce124 (patch) | |
tree | f164b3b98b8e221697fa53c45317547b23165a73 | |
parent | 701d1a33bb8227aa55a71f48caeb30a453e77ee0 (diff) |
SL-20546: Add viewer channel and full version to GitHub release page.
(cherry picked from commit f71662225eadf1589f5331e763e02e0bb1b72137)
-rw-r--r-- | .github/workflows/build.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1dd2c1d5df..9d04fbe87a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 |