From 764897839788d3bc19d564cf074675f498b5a77c Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 5 Oct 2023 15:25:54 -0400 Subject: SL-18837: Name the release for the build number to readily find it. --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cb3212d56a..2def307b94 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -361,6 +361,9 @@ jobs: # forked from softprops/action-gh-release - uses: secondlife-3p/action-gh-release@v1 with: + # 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 }}" prerelease: true generate_release_notes: true # the only reason we generate a GH release is to post build products -- cgit v1.2.3