Skip to content

Commit

Permalink
fix: improve debug on ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 19, 2024
1 parent 5aeabd2 commit 5b6c0fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
- name: Generate release notes
id: release_notes
run: |
git fetch
echo "## What's changed" > release_notes.md
git log --pretty=format:"%h %s by @%an" ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }} | \
while read line; do
Expand Down

0 comments on commit 5b6c0fd

Please sign in to comment.