summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml3
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