We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b6070 commit 836882dCopy full SHA for 836882d
.github/workflows/preview_release_notes.yml
@@ -33,7 +33,7 @@ jobs:
33
INITIAL_COMMIT_SHA: ${{ vars.RELEASE_INITIAL_COMMIT_SHA }}
34
INITIAL_VERSION: ${{ vars.RELEASE_INITIAL_VERSION }}
35
- name: Summarize results
36
- run: echo $(cat release_notes_tmp.md) >> $GITHUB_STEP_SUMMARY
+ run: cat release_notes_tmp.md | tee >> $GITHUB_STEP_SUMMARY
37
- name: Update PR comment
38
if: github.event_name == 'pull_request'
39
run: |
0 commit comments