diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-28 08:45:12 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-28 08:45:12 -0500 |
| commit | b42e01d7acf5d4c55612c3a7df0e1ff6ee5ed951 (patch) | |
| tree | 408ada63693d6a26f7b230e701e8277928ca9fe0 | |
| parent | 18ec799992e0e2571ed3d3a61454be682a81aa16 (diff) | |
Reference updated action-gh-release@v1
instead of the branch that got pulled.
| -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 28310e54e2..321ba281cf 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 }}" |
