@@ -185,21 +185,21 @@ jobs:
185185 VERSION : ${{ needs.prepare-and-commit-staging.outputs.new_version }}
186186 run : |
187187 CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
188- RELEASE_BODY=$(cat <<EOF
189- # # Codebuff CLI v${VERSION} (Staging)
188+ RELEASE_BODY=$(cat <<' EOF'
189+ ## Codebuff CLI v${VERSION} (Staging)
190190
191- **⚠️ This is a staging build intended for internal testing.**
191+ **⚠️ This is a staging build intended for internal testing.**
192192
193- # ## Included Binaries
194- - \ `codebuff-cli-linux-x64.tar.gz\ `
195- - \ `codebuff-cli-linux-arm64.tar.gz\ `
196- - \ `codebuff-cli-darwin-x64.tar.gz\ `
197- - \ `codebuff-cli-darwin-arm64.tar.gz\ `
198- - \ `codebuff-cli-win32-x64.tar.gz\ `
193+ ### Included Binaries
194+ - `codebuff-cli-linux-x64.tar.gz`
195+ - `codebuff-cli-linux-arm64.tar.gz`
196+ - `codebuff-cli-darwin-x64.tar.gz`
197+ - `codebuff-cli-darwin-arm64.tar.gz`
198+ - `codebuff-cli-win32-x64.tar.gz`
199199
200- After downloading, extract the tarball, add the binary to your PATH, and run \ `codebuff-cli --help\ ` for usage.
201- EOF
202- )
200+ After downloading, extract the tarball, add the binary to your PATH, and run `codebuff-cli --help` for usage.
201+ EOF
202+ )
203203
204204 curl -s -X POST \
205205 -H "Accept: application/vnd.github.v3+json" \
0 commit comments