Skip to content

Commit 372df37

Browse files
committed
move body to env values
1 parent f1a0a34 commit 372df37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildForWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
uses: actions/create-release@v1
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GIHUB_NUGET_AUTH_TOKEN }}
87+
RELEASE_BODY: ${{ steps.create-release-notes.outputs.release-notes }}
8788
with:
8889
tag_name: ${{ github.ref }}
8990
release_name: Release ${{ github.ref }}
9091
draft: false
9192
prerelease: ${{ contains(github.ref, 'alpha') }}
92-
body: ${{ steps.create-release-notes.outputs.release-notes }}
9393

9494

9595
- name: Upload Release Asset

0 commit comments

Comments
 (0)