mirror of
https://github.com/lmg-anon/mikupad.git
synced 2026-07-10 01:29:45 +00:00
show previous last commit as well
This commit is contained in:
parent
1a0ffe293a
commit
71de12a24b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compile_mikupad.yml
vendored
2
.github/workflows/compile_mikupad.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
else
|
||||
OLD_COMMIT="${{ steps.last_release.outputs.tag }}"
|
||||
NUM_COMMITS="${{ steps.build_ids.outputs.number }}"
|
||||
NEW_COMMITS="$(($NUM_COMMITS - $OLD_COMMIT))"
|
||||
NEW_COMMITS="$(($NUM_COMMITS - $OLD_COMMIT + 1))"
|
||||
echo "Generating changelog with $NEW_COMMITS commits starting from $OLD_COMMIT"
|
||||
|
||||
# echo changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue