Skip to content

Commit f4a05f7

Browse files
committed
Add logging
1 parent 949af7f commit f4a05f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Generate changelog
2424
run: |
2525
bundle exec rake changelog[,${TAG_NAME}] > /tmp/changelog.md
26+
cat /tmp/changelog.md
2627
env:
2728
TAG_NAME: ${{ github.ref_name }}
2829

0 commit comments

Comments
 (0)