diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-18 15:38:44 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-18 15:38:44 -0400 |
commit | 0d4228b55aa786c3cbe0512acc5f0d9f91c6b87b (patch) | |
tree | 480dbad6181340c471bf4ad090d3508a9f21f741 /.github/workflows/build.yaml | |
parent | 2b97587a14c596514cdea2f2c624445e272cc127 (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/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
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: | |