Skip to content

Commit

Permalink
fixup! 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 2dd0fe5 commit 64eb6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
v${{ '0.20' }} \
${GITHUB_REPOSITORY#*/}-${{ '0.20' }}.tar.gz | tee release_url
- name: Write summary
run: echo "Draft release created [here]($( cat release_url ))" >> "${GITHUB_STEP_SUMMARY}"
run: 'echo ":rocket: Draft release created [here]($( cat release_url ))" >> "${GITHUB_STEP_SUMMARY}"'

0 comments on commit 64eb6c0

Please sign in to comment.