Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Jan 25, 2025
1 parent 7685d27 commit 9169d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- run: dotnet build --configuration Release

- name: Create release notes
continue-on-error: true
run: |
pwd
LAST_TAG=$(git describe --tags --abbrev=0)
git log $LAST_TAG..HEAD --pretty=format:"* %s" >> body.md
echo "" >> body.md
Expand Down

0 comments on commit 9169d65

Please sign in to comment.