Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Apr 12, 2023
1 parent da6ef9b commit 1a12e27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
package-path: ${{ env.unityPackage }}
include-files: metaList

- name: Get Release Template Contents
run: |
echo "releaseTemplateContents=$(cat ${{ env.releaseTemplate }})" >> $GITHUB_ENV
- name: Make Release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
Expand All @@ -55,4 +58,4 @@ jobs:
${{ env.unityPackage }}
Packages/${{ env.packageName }}/package.json
body: |
${{ env.releaseTemplate }}
${{ env.releaseTemplateContents }}

0 comments on commit 1a12e27

Please sign in to comment.