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 ddd4b9a commit 39b51bfCopy full SHA for 39b51bf
.github/workflows/prepare-release.yaml
@@ -47,4 +47,5 @@ jobs:
47
--notes-file release_notes.txt \
48
--title v${{ '0.20' }} \
49
v${{ '0.20' }} \
50
- ${GITHUB_REPOSITORY#*/}-${{ '0.20' }}.tar.gz
+ ${GITHUB_REPOSITORY#*/}-${{ '0.20' }}.tar.gz \
51
+ | sed -e 's/.*/:rocket: Draft release created [here](&)./' >> "$GITHUB_STEP_SUMMARY"
0 commit comments