diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-10-05 15:25:54 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-10-05 15:25:54 -0400 |
commit | 764897839788d3bc19d564cf074675f498b5a77c (patch) | |
tree | faf2e3e44f1304919dd7270f138d36efe6f7961f | |
parent | 7504b1c319373c950e8b8c2c7a8b2f0d9abf1d8b (diff) |
SL-18837: Name the release for the build number to readily find it.
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |