Skip to content

Commit

Permalink
Add job summary with release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Sep 23, 2024
1 parent ddd4b9a commit 39b51bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
--notes-file release_notes.txt \
--title v${{ '0.20' }} \
v${{ '0.20' }} \
${GITHUB_REPOSITORY#*/}-${{ '0.20' }}.tar.gz
${GITHUB_REPOSITORY#*/}-${{ '0.20' }}.tar.gz \
| sed -e 's/.*/:rocket: Draft release created [here](&)./' >> "$GITHUB_STEP_SUMMARY"

0 comments on commit 39b51bf

Please sign in to comment.