Skip to content

Commit

Permalink
show previous last commit as well
Browse files Browse the repository at this point in the history
  • Loading branch information
neCo2 committed May 22, 2024
1 parent f2399eb commit 81afd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mikupad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81afd2c

Please sign in to comment.