Skip to content
Snippets Groups Projects
Commit 9f326f5b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Engage new viewer-build-util/which-branch with relnotes output.

Put whatever release notes we retrieve into the generated release page.

(cherry picked from commit ff543b74)
parent a8cd7012
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@ jobs:
viewer_channel: ${{ steps.build.outputs.viewer_channel }}
viewer_version: ${{ steps.build.outputs.viewer_version }}
viewer_branch: ${{ steps.which-branch.outputs.branch }}
relnotes: ${{ steps.which-branch.outputs.relnotes }}
imagename: ${{ steps.build.outputs.imagename }}
env:
AUTOBUILD_ADDRSIZE: 64
......@@ -102,7 +103,7 @@ jobs:
- name: Determine source branch
id: which-branch
uses: secondlife/viewer-build-util/which-branch@v1
uses: secondlife/viewer-build-util/which-branch@relnotes
with:
token: ${{ github.token }}
......@@ -377,6 +378,7 @@ jobs:
${{ needs.build.outputs.viewer_channel }}
${{ needs.build.outputs.viewer_version }}
${{ needs.build.outputs.viewer_branch }}
${{ needs.build.outputs.relnotes }}
prerelease: true
generate_release_notes: true
append_body: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment