We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388f557 commit 92a168cCopy full SHA for 92a168c
1 file changed
.github/workflows/PublishReleaseNotes.yml
@@ -775,7 +775,7 @@ jobs:
775
if [[ $? -eq 0 ]]; then
776
printf "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}\n"
777
778
- printf " checking assets SHA256 checksum ... \n"
+ printf " checking assets SHA256 checksum ... "
779
ghSHA256=$(gh release view --json assets --jq ".assets[] | select(.name == \"${asset}\") | .digest" ${{ inputs.tag }})
780
if [[ "${ghSHA256}" == "${sha256Checksums[$asset]}" ]]; then
781
printf "${ANSI_LIGHT_GREEN}[PASSED]${ANSI_NOCOLOR}\n"
0 commit comments