Skip to content

Commit 9c7b359

Browse files
committed
ci: add missing escape
1 parent 1c465a7 commit 9c7b359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
cat <<RELEASE_NOTE | tee release-note.md
7676
* Commit: https://github.com/${GITHUB_REPOSITORY}/tree/${GITHUB_REF_NAME}
7777
* Tags: ${{ steps.parse.outputs.tags }}
78-
* Digest: `${{ steps.docker_build.outputs.digest }}`
78+
* Digest: \`${{ steps.docker_build.outputs.digest }}\`
7979
RELEASE_NOTE
8080
- name: Create GitHub Release
8181
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)