Skip to content

Commit

Permalink
I GOT IT !
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Oct 12, 2024
1 parent 8823774 commit 9229835
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ jobs:
$changes = git log --pretty=reference --no-decorate $range
# If set, add a prefix to every commit message
# if ($linePrefix) {
# $changes = $changes -replace "^(.*)$", "$linePrefix`$1 \r\n"
# }
If set, add a prefix to every commit message
if ($linePrefix) {
$changes = $changes -replace "^(.*)$", "$linePrefix`$1"
}
# Set outputs
$EOF = (New-Guid).Guid
Expand Down Expand Up @@ -190,8 +190,9 @@ jobs:
tag_name: nightly
name: 'FASTER Nightly Release v${{ env.VERSION }}'
body: |
## Changelog since release ${{ steps.get-changes.outputs.tag }} :
Changelog since release ${{ steps.get-changes.outputs.tag }} :
---
${{ steps.get-changes.outputs.changes }}
---
---
prerelease: true
files: .\${{ env.ZIP_NAME}}${{ env.Runtime }}.zip

0 comments on commit 9229835

Please sign in to comment.