Skip to content

Commit

Permalink
ci: step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Mar 16, 2024
1 parent eb0ff02 commit c47d444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run:
echo "changelog:\n${{ steps.build_changelog.outputs.changelog }}" >> "$GITHUB_STEP_SUMMARY"

- name: Create release
if: ${{ steps.tag_check.outputs.exists == 'false' }}
id: create_release
Expand Down

0 comments on commit c47d444

Please sign in to comment.