Skip to content

Commit

Permalink
test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neCo2 committed May 22, 2024
1 parent 0175295 commit 85df34b
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 @@ -52,7 +52,7 @@ jobs:
NUM_COMMITS="${{ steps.Tag_Name.outputs.number }}"
N_COMMITS="$(($NUM_COMMITS - $NEW_COMMIT))"
echo "Generating changelog starting from commit $NEW_COMMIT"
echo "$(git log --graph -n $N_COMMITS --oneline)" > CHANGELOG.txt
echo "```markdown\n$(git log --graph -n $N_COMMITS --oneline)```" > CHANGELOG.txt
echo "$(git log --graph -n $N_COMMITS --oneline)"
fi
Expand Down

0 comments on commit 85df34b

Please sign in to comment.