Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jul 22, 2024
1 parent b05afcb commit 8cecf0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
LAST_TAG=$(git describe --tags --abbrev=0 --always)
echo "Last tag: $LAST_TAG"
if [ "$LAST_TAG" != "" ]; then
COMMITS=$(git log $LAST_TAG..HEAD --pretty=format:"%h - %s")
COMMITS=$(git log $LAST_TAG..HEAD --pretty=format:"- %s (%h)")
echo "COMMITS<<EOF" >> $GITHUB_ENV
echo "$COMMITS" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand All @@ -77,7 +77,7 @@ jobs:
name: v${{ env.VERSION }}-${{ env.SHA }}
body: |
## What's New
- ${{ env.COMMITS }}
${{ env.COMMITS }}
draft: true
prerelease: true
files: ${{ env.PACKAGE_PATH }}

0 comments on commit 8cecf0d

Please sign in to comment.