Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukua authored Mar 28, 2024
1 parent de6e4a9 commit 3850a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: |
echo "## What's Changed" > release.md
git log --pretty=format:"* %h %s by @%an" -i ${PREVERSION}...${CURRENTVERSION} | sort -f | uniq >> release.md
echo "" >> release.md
echo "" >> release.md
cat release.md
- name: Upload Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3850a9e

Please sign in to comment.