Skip to content

Commit

Permalink
We want to keep the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Mar 31, 2024
1 parent c71f0d8 commit de91f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit de91f86

Please sign in to comment.