File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 77 description : ' Pre-Release'
88 required : false
99 type : boolean
10- releasebody :
11- description : ' Release body'
12- required : true
13- type : string
1410
1511env :
1612 DOTNET_NOLOGO : true # Disable the .NET logo
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
You can’t perform that action at this time.
0 commit comments