We want to keep the release notes

This commit is contained in:
TwistedUmbrellaX 2024-03-31 15:54:54 -04:00
parent 71d59b5ab9
commit 54e3a79c08
2 changed files with 4 additions and 0 deletions

View File

@ -80,7 +80,9 @@ jobs:
with:
tag_name: 10.9/preview
name: intro-skipper-${{ env.GIT_HASH }}
append_body: true
body: |
---
checksum: ${{ env.CHECKSUM }}
draft: false
prerelease: true

View File

@ -72,7 +72,9 @@ jobs:
with:
tag_name: 10.9/v${{ github.event.inputs.version }}
name: v${{ github.event.inputs.version }}
append_body: true
body: |
---
sourceUrl: ${{ env.SOURCE_URL }}
checksum: ${{ env.CHECKSUM }}
timestamp: ${{ env.TIMESTAMP }}