Skip to content

Commit

Permalink
move body to env values
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 committed Jun 11, 2024
1 parent f1a0a34 commit 372df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildForWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GIHUB_NUGET_AUTH_TOKEN }}
RELEASE_BODY: ${{ steps.create-release-notes.outputs.release-notes }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: ${{ contains(github.ref, 'alpha') }}
body: ${{ steps.create-release-notes.outputs.release-notes }}


- name: Upload Release Asset
Expand Down

0 comments on commit 372df37

Please sign in to comment.