Skip to content

Commit 4960ee0

Browse files
committed
Update releases.yml
1 parent 4c40b40 commit 4960ee0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/releases.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
description: 'Pre-Release'
88
required: false
99
type: boolean
10-
releasebody:
11-
description: 'Release body'
12-
required: true
13-
type: string
1410

1511
env:
1612
DOTNET_NOLOGO: true # Disable the .NET logo
@@ -98,7 +94,6 @@ jobs:
9894
release_name: ${{ env.APPLICATION_DISPLAY_VERSION }}
9995
tag: v${{ env.APPLICATION_DISPLAY_VERSION }}
10096
prerelease: ${{ inputs.prerelease }}
101-
body: ${{ inputs.releasebody }}
10297

10398
# Replace the version in Package.appxmanifest
10499
- name: Update version in Package.appxmanifest
@@ -217,7 +212,6 @@ jobs:
217212
release_name: ${{ env.APPLICATION_DISPLAY_VERSION }}
218213
tag: v${{ env.APPLICATION_DISPLAY_VERSION }}
219214
prerelease: ${{ inputs.prerelease }}
220-
body: ${{ inputs.releasebody }}
221215

222216
- name: Update maccatalyst-x64 to Github Releases
223217
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)