Skip to content

Commit 836882d

Browse files
committed
Fix summary
1 parent 94b6070 commit 836882d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
INITIAL_COMMIT_SHA: ${{ vars.RELEASE_INITIAL_COMMIT_SHA }}
3434
INITIAL_VERSION: ${{ vars.RELEASE_INITIAL_VERSION }}
3535
- name: Summarize results
36-
run: echo $(cat release_notes_tmp.md) >> $GITHUB_STEP_SUMMARY
36+
run: cat release_notes_tmp.md | tee >> $GITHUB_STEP_SUMMARY
3737
- name: Update PR comment
3838
if: github.event_name == 'pull_request'
3939
run: |

0 commit comments

Comments
 (0)