diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-28 08:45:12 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-01 16:19:02 -0500 |
commit | 00d7fef75ed860596ab87904209a827fd9de867e (patch) | |
tree | f552f849d6eed77b796eeade2f7f19dca0f70b8e | |
parent | 3ee3e011ffe2b0d0810f61b5d35afb24ee4095a0 (diff) |
Reference updated action-gh-release@v1
instead of the branch that got pulled.
(cherry picked from commit b42e01d7acf5d4c55612c3a7df0e1ff6ee5ed951)
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b3dafd43c9..8b08bb3960 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -369,7 +369,7 @@ jobs: # forked from softprops/action-gh-release - name: Create GitHub release id: release - uses: secondlife-3p/action-gh-release@feat/add-generateReleaseNotes + uses: secondlife-3p/action-gh-release@v1 with: # name the release page for the branch name: "${{ needs.build.outputs.viewer_branch }}" |