File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
viewer_channel : ${{ steps.build.outputs.viewer_channel }}
26
26
viewer_version : ${{ steps.build.outputs.viewer_version }}
27
27
viewer_branch : ${{ steps.which-branch.outputs.branch }}
28
+ relnotes : ${{ steps.which-branch.outputs.relnotes }}
28
29
imagename : ${{ steps.build.outputs.imagename }}
29
30
env :
30
31
AUTOBUILD_ADDRSIZE : 64
@@ -102,7 +103,7 @@ jobs:
102
103
103
104
- name : Determine source branch
104
105
id : which-branch
105
- uses : secondlife/viewer-build-util/which-branch@v1
106
+ uses : secondlife/viewer-build-util/which-branch@relnotes
106
107
with :
107
108
token : ${{ github.token }}
108
109
@@ -377,6 +378,7 @@ jobs:
377
378
${{ needs.build.outputs.viewer_channel }}
378
379
${{ needs.build.outputs.viewer_version }}
379
380
${{ needs.build.outputs.viewer_branch }}
381
+ ${{ needs.build.outputs.relnotes }}
380
382
prerelease : true
381
383
generate_release_notes : true
382
384
append_body : true
You can’t perform that action at this time.
0 commit comments