gdf
All checks were successful
Deploy Release / Build (push) Successful in 6s

This commit is contained in:
amass 2024-07-02 01:14:51 +08:00
parent 29c04a743f
commit 17b1b993b7

View File

@ -23,7 +23,7 @@ jobs:
current_tag=$(git describe --tags --abbrev=0)
previous_tag=$(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))
echo "Commits from ${previous_tag} to ${current_tag}:"
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%s" | nl -w2 -s". " | xargs echo
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%B" | nl -w2 -s". " > ${{ github.workspace }}-CHANGELOG.txt
- name: Upload Gitea Release
uses: akkuman/gitea-release-action@v1
with: