We want to keep the release notes
This commit is contained in:
parent
c71f0d8d98
commit
de91f861f5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -76,7 +76,9 @@ jobs:
|
||||
with:
|
||||
tag_name: preview
|
||||
name: intro-skipper-${{ env.GIT_HASH }}
|
||||
append_body: true
|
||||
body: |
|
||||
---
|
||||
checksum: ${{ env.CHECKSUM }}
|
||||
draft: false
|
||||
prerelease: true
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -72,7 +72,9 @@ jobs:
|
||||
with:
|
||||
tag_name: 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user