Skip to content
Snippets Groups Projects
Commit b42e01d7 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Reference updated action-gh-release@v1

instead of the branch that got pulled.
parent 18ec7999
No related branches found
No related tags found
No related merge requests found
...@@ -369,7 +369,7 @@ jobs: ...@@ -369,7 +369,7 @@ jobs:
# forked from softprops/action-gh-release # forked from softprops/action-gh-release
- name: Create GitHub release - name: Create GitHub release
id: release id: release
uses: secondlife-3p/action-gh-release@feat/add-generateReleaseNotes uses: secondlife-3p/action-gh-release@v1
with: with:
# name the release page for the branch # name the release page for the branch
name: "${{ needs.build.outputs.viewer_branch }}" name: "${{ needs.build.outputs.viewer_branch }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment