Update Version

This commit is contained in:
chen08209
2024-05-03 15:32:12 +08:00
parent 453c7c98d0
commit 1f98be8ad8
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ jobs:
else
current="${{ github.ref_name }}"
echo -e "\n\n<details markdown=1><summary>All changes from $current to the latest commit:</summary>\n\n" >> release.md
gitchangelog "${prelease}.." >> release.md 2>&1 || echo "Error in gitchangelog"
gitchangelog "${prelease}" >> release.md 2>&1 || echo "Error in gitchangelog"
echo -e "\n\n</details>" >> release.md
fi
- name: Release