summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-07-18 15:38:44 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-07-18 15:38:44 -0400
commit0d4228b55aa786c3cbe0512acc5f0d9f91c6b87b (patch)
tree480dbad6181340c471bf4ad090d3508a9f21f741 /.github/workflows
parent2b97587a14c596514cdea2f2c624445e272cc127 (diff)
SL-18837: Use secondlife -3p/action-gh-release
instead of the original softprops/action-gh-release repo, because organization rules forbid directly using the softprops repo.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 517efa6fc6..9930762167 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -238,7 +238,8 @@ jobs:
runs-on: [ubuntu-latest]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- - uses: softprops/action-gh-release@v1
+ # forked from softprops/action-gh-release
+ - uses: secondlife-3p/action-gh-release@v1
with:
generate_release_notes: true
files: |