Skip to content

Commit

Permalink
Generate a run summary that will be displayed in the GH UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
adbancroft committed Oct 22, 2024
1 parent 0053294 commit 7f5f809
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand Down Expand Up @@ -90,4 +90,8 @@ jobs:
name: v${{ steps.bump_version.outputs.version }}
draft: true
generate_release_notes: true
tag_name: v${{ steps.bump_version.outputs.version }}
tag_name: v${{ steps.bump_version.outputs.version }}

- name: Generate Summary
run: |
echo "Created [v${{ steps.bump_version.outputs.version }} draft release](${{ steps.create-draft-release.outputs.url }})" >> $GITHUB_STEP_SUMMARY

0 comments on commit 7f5f809

Please sign in to comment.