Reference updated action-gh-release@v1
instead of the branch that got pulled.
(cherry picked from commit b42e01d7ac)
master
parent
3ee3e011ff
commit
00d7fef75e
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue